Normalize kinit.c whitespace in preparation for user_realm support patch.
This commit is contained in:

committed by
Viktor Dukhovni

parent
bf40b8cc63
commit
39516c2fc5
@@ -204,12 +204,8 @@ static struct getargs args[] = {
|
||||
static void
|
||||
usage(int ret)
|
||||
{
|
||||
arg_printusage_i18n (args,
|
||||
sizeof(args)/sizeof(*args),
|
||||
N_("Usage: ", ""),
|
||||
NULL,
|
||||
"[principal [command]]",
|
||||
getarg_i18n);
|
||||
arg_printusage_i18n(args, sizeof(args)/sizeof(*args), N_("Usage: ", ""),
|
||||
NULL, "[principal [command]]", getarg_i18n);
|
||||
exit(ret);
|
||||
}
|
||||
|
||||
@@ -879,7 +875,8 @@ main (int argc, char **argv)
|
||||
const char *type;
|
||||
ret = krb5_cc_default(context, &ccache);
|
||||
if (ret)
|
||||
krb5_err (context, 1, ret, N_("resolving credentials cache", ""));
|
||||
krb5_err(context, 1, ret,
|
||||
N_("resolving credentials cache", ""));
|
||||
|
||||
/*
|
||||
* Check if the type support switching, and we do,
|
||||
|
Reference in New Issue
Block a user