whitespace fixes

This commit is contained in:
Denis Vlasenko
2008-09-25 10:39:10 +00:00
parent cac0f5b7e5
commit ea7c9b3366
7 changed files with 13 additions and 13 deletions

View File

@@ -510,7 +510,7 @@ getopt32(char **argv, const char *applet_opts, ...)
*pargv = pp;
}
if (!(spec_flgs & ALL_ARGV_IS_OPTS))
break;
break;
pargv++;
}
}