Use spaces for indentation, not tabs.
[gnulib.git] / tests / test-getcwd.c
index 9a4ba4b..debace7 100644 (file)
@@ -43,7 +43,7 @@ main (int argc, char **argv)
   if (1 < argc)
     {
       if (chdir (argv[1]) == 0)
-       printf ("changed to directory %s\n", argv[1]);
+        printf ("changed to directory %s\n", argv[1]);
     }
 
   pwd1 = getcwd (NULL, 0);