diff tests/test-rmdir.h @ 12421:e8d2c6fc33ad

Use spaces for indentation, not tabs.
author Bruno Haible <bruno@clisp.org>
date Thu, 10 Dec 2009 20:28:30 +0100 (2009-12-10)
parents e076a06bae48
children 013b270a78b9
line wrap: on
line diff
--- a/tests/test-rmdir.h
+++ b/tests/test-rmdir.h
@@ -80,8 +80,8 @@
   if (symlink (BASE "dir", BASE "link") != 0)
     {
       if (print)
-	fputs ("skipping test: symlinks not supported on this file system\n",
-	       stderr);
+        fputs ("skipping test: symlinks not supported on this file system\n",
+               stderr);
       return 77;
     }
   ASSERT (mkdir (BASE "dir", 0700) == 0);