gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / tests / test-environ.c
index d9501bb..cb3d9f6 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of environ variable.
-   Copyright (C) 2008 Free Software Foundation, Inc.
+   Copyright (C) 2008-2013 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -36,8 +36,8 @@ main ()
   for (; (string = *remaining_variables) != NULL; remaining_variables++)
     {
       if (strncmp (string, "PATH=", 5) == 0)
-       /* Found the PATH environment variable.  */
-       return 0;
+        /* Found the PATH environment variable.  */
+        return 0;
     }
   /* Failed to find the PATH environment variable.  */
   return 1;