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

@@ -52,7 +52,7 @@ static struct getargs args[] = {
NULL
},
{
"help",
"help",
'h',
arg_flag,
&help_flag,
@@ -60,7 +60,7 @@ static struct getargs args[] = {
NULL
},
{
"keytab",
"keytab",
'k',
arg_string,
&keytab_string,
@@ -101,7 +101,7 @@ ktutil_open_keytab(void)
}
if (verbose_flag)
fprintf (stderr, "Using keytab %s\n", keytab_string);
return keytab;
}