OSDN Git Service

white space
authorcgf <cgf>
Wed, 13 Sep 2006 15:33:37 +0000 (15:33 +0000)
committercgf <cgf>
Wed, 13 Sep 2006 15:33:37 +0000 (15:33 +0000)
winsup/utils/cygcheck.cc

index 0cbde87..c88ff49 100644 (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)
       {