Mercurial > hg > octave-shane > gnulib-hg
diff tests/test-symlinkat.c @ 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 | e45d9bb2233e |
children | 33ab12a7cea2 |
line wrap: on
line diff
--- a/tests/test-symlinkat.c +++ b/tests/test-symlinkat.c @@ -36,11 +36,11 @@ do \ { \ if (!(expr)) \ - { \ - fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \ - fflush (stderr); \ - abort (); \ - } \ + { \ + fprintf (stderr, "%s:%d: assertion failed\n", __FILE__, __LINE__); \ + fflush (stderr); \ + abort (); \ + } \ } \ while (0) @@ -118,6 +118,6 @@ ASSERT (close (dfd) == 0); if (result == 77) fputs ("skipping test: symlinks not supported on this file system\n", - stderr); + stderr); return result; }