clean up accumulated whitespace damage

This commit is contained in:
Denis Vlasenko
2007-03-07 09:35:43 +00:00
parent 41cca2b4f5
commit 8e858e2700
19 changed files with 31 additions and 30 deletions

View File

@@ -79,9 +79,9 @@ const struct option *applet_long_options
(see getopt(3))
static const struct option applet_long_options[] = {
//name,has_arg,flag,val
{ "verbose", 0, 0, 'v' },
{ 0, 0, 0, 0 }
//name,has_arg,flag,val
{ "verbose", 0, 0, 'v' },
{ 0, 0, 0, 0 }
};
applet_long_options = applet_long_options;