remove trailing whitespace

This commit is contained in:
Love Hornquist Astrand
2011-05-21 11:57:31 -07:00
parent 25e86d6f4d
commit 0879b9831a
539 changed files with 6825 additions and 6825 deletions

View File

@@ -183,7 +183,7 @@ match_local_principals(krb5_context context,
ret = krb5_get_default_realms (context, &realms);
if (ret)
return FALSE;
for (r = realms; *r != NULL; ++r) {
if(strcmp(krb5_principal_get_realm(context, principal),
*r) != 0)
@@ -227,7 +227,7 @@ match_local_principals(krb5_context context,
* @param context Kerberos 5 context.
* @param principal principal to check if allowed to login
* @param luser local user id
*
*
* @return returns TRUE if access should be granted, FALSE otherwise.
*
* @ingroup krb5_support