ACCOUNT/userspace: remove trailing whitespace

This commit is contained in:
Jan Engelhardt
2009-09-24 01:35:45 +02:00
parent a260e3349f
commit e119350000
3 changed files with 29 additions and 29 deletions

View File

@@ -76,7 +76,7 @@ int main(int argc, char *argv[])
show_usage();
exit(0);
}
while ((optchar = getopt (argc, argv, "uhacfsl:")) != -1)
{
switch (optchar)