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

@@ -199,11 +199,11 @@ cleanup:
/**
* Validate the newly fetch credential, see also krb5_verify_init_creds().
*
*
* @param context a Kerberos 5 context
* @param creds the credentials to verify
* @param client the client name to match up
* @param ccache the credential cache to use
* @param ccache the credential cache to use
* @param service a service name to use, used with
* krb5_sname_to_principal() to build a hostname to use to
* verify.
@@ -229,7 +229,7 @@ krb5_get_validated_creds(krb5_context context,
return KRB5_PRINC_NOMATCH;
}
ret = krb5_sname_to_principal (context, NULL, service,
ret = krb5_sname_to_principal (context, NULL, service,
KRB5_NT_SRV_HST, &server);
if(ret)
return ret;