Mercurial > hg > octave-shane > gnulib-hg
changeset 12495:16a0ada3a101
Fix indentation.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 24 Dec 2009 20:29:33 +0100 |
parents | 156d4be396ee |
children | a48d3d749ca5 |
files | tests/test-utimens.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);