Whitespace nit

This commit is contained in:
imp 2011-02-01 22:50:23 +00:00
parent e2cbb786e8
commit 705cc0b145

View File

@ -83,7 +83,7 @@ __start(char **ap,
argv = ap + 1;
env = ap + 2 + argc;
environ = env;
if(argc > 0 && argv[0] != NULL) {
if (argc > 0 && argv[0] != NULL) {
const char *s;
__progname = argv[0];
for (s = __progname; *s != '\0'; s++)