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

@@ -62,7 +62,7 @@ int main(int argc, char *argv[])
return 0;
}
static void do_kdeltkt (int count, char *names[],
static void do_kdeltkt (int count, char *names[],
char *ccachestr, char *etypestr, int flags)
{
krb5_context context;
@@ -125,10 +125,10 @@ static void do_kdeltkt (int count, char *names[],
in_creds.session.keytype = etype;
ret = krb5_cc_retrieve_cred(context, ccache, retflags,
&in_creds, &out_creds);
&in_creds, &out_creds);
if (ret) {
krb5_warn(context, ret, "Can't retrieve credentials for %s", princ);
krb5_free_unparsed_name(context, princ);
errors++;