# HG changeset patch # User Bruno Haible # Date 1261682973 -3600 # Node ID 16a0ada3a1015262f751c06a68454b9be96e8d55 # Parent 156d4be396eefcbb70ade271e0b8ec44548ff6da Fix indentation. diff --git a/tests/test-utimens.h b/tests/test-utimens.h --- a/tests/test-utimens.h +++ b/tests/test-utimens.h @@ -141,7 +141,7 @@ /* 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);