Use spaces for indentation, not tabs.
[gnulib.git] / tests / test-printf-posix2.c
index b6e4fcc..fbd9f28 100644 (file)
@@ -73,11 +73,11 @@ main (int argc, char *argv[])
     {
     case 0:
       {
-       void *memory = malloc (5000000);
-       if (memory == NULL)
-         return 1;
-       memset (memory, 17, 5000000);
-       return 78;
+        void *memory = malloc (5000000);
+        if (memory == NULL)
+          return 1;
+        memset (memory, 17, 5000000);
+        return 78;
       }
     case 1:
       ret = printf ("%.5000000f", 1.0);