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
|
static void
|
||||||
usage(int ret)
|
usage(int ret)
|
||||||
{
|
{
|
||||||
arg_printusage_i18n (args,
|
arg_printusage_i18n(args, sizeof(args)/sizeof(*args), N_("Usage: ", ""),
|
||||||
sizeof(args)/sizeof(*args),
|
NULL, "[principal [command]]", getarg_i18n);
|
||||||
N_("Usage: ", ""),
|
|
||||||
NULL,
|
|
||||||
"[principal [command]]",
|
|
||||||
getarg_i18n);
|
|
||||||
exit(ret);
|
exit(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -879,7 +875,8 @@ main (int argc, char **argv)
|
|||||||
const char *type;
|
const char *type;
|
||||||
ret = krb5_cc_default(context, &ccache);
|
ret = krb5_cc_default(context, &ccache);
|
||||||
if (ret)
|
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,
|
* Check if the type support switching, and we do,
|
||||||
|
Reference in New Issue
Block a user