maint: update copyright
[gnulib.git] / tests / test-fprintf-posix2.c
index 6d6dc08..e258444 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of POSIX compatible fprintf() function.
-   Copyright (C) 2007 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009-2014 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
@@ -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 = fprintf (stdout, "%.5000000f", 1.0);