From: Bruno Haible Date: Thu, 24 Dec 2009 19:29:33 +0000 (+0100) Subject: Fix indentation. X-Git-Tag: v0.1~4992 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=effbadc5cdd5c424f97367d66297e0e2aa057d63;p=gnulib.git Fix indentation. --- diff --git a/tests/test-utimens.h b/tests/test-utimens.h index b211b41d8..bc2599e5d 100644 --- a/tests/test-utimens.h +++ b/tests/test-utimens.h @@ -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);