Fix indentation.
authorBruno Haible <bruno@clisp.org>
Thu, 24 Dec 2009 19:29:33 +0000 (20:29 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 24 Dec 2009 19:30:12 +0000 (20:30 +0100)
tests/test-utimens.h

index b211b41..bc2599e 100644 (file)
@@ -141,7 +141,7 @@ test_utimens (int (*func) (char const *, struct timespec const *), bool print)
   /* Make sure this dereferences symlinks.  */
   if (symlink (BASE "file", BASE "link"))
     {
-       ASSERT (unlink (BASE "file") == 0);
+      ASSERT (unlink (BASE "file") == 0);
       if (print)
         fputs ("skipping test: symlinks not supported on this file system\n",
                stderr);