remove trailing whitespace
This commit is contained in:
@@ -198,9 +198,9 @@ main (int argc, char **argv)
|
||||
default:
|
||||
krb5_err(context, 1, ret, "krb5_get_init_creds");
|
||||
}
|
||||
|
||||
|
||||
krb5_get_init_creds_opt_free(context, opt);
|
||||
|
||||
|
||||
ret = krb5_cc_initialize(context, id, admin_principal);
|
||||
krb5_free_principal(context, admin_principal);
|
||||
if (ret)
|
||||
@@ -209,7 +209,7 @@ main (int argc, char **argv)
|
||||
ret = krb5_cc_store_cred(context, id, &cred);
|
||||
if (ret)
|
||||
krb5_err(context, 1, ret, "krb5_cc_store_cred");
|
||||
|
||||
|
||||
krb5_free_cred_contents (context, &cred);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user