white space

This commit is contained in:
Christopher Faylor 2006-09-13 15:33:37 +00:00
parent aa45b3b73d
commit 8552e20ec4
1 changed files with 1 additions and 1 deletions

View File

@ -1839,7 +1839,7 @@ main (int argc, char **argv)
user's original environment. */
char *posixly = getenv ("POSIXLY_CORRECT");
if (posixly == NULL)
(void) putenv("POSIXLY_CORRECT=1");
(void) putenv("POSIXLY_CORRECT=1");
while ((i = getopt_long (argc, argv, opts, longopts, NULL)) != EOF)
switch (i)
{