commit | 8f65b0cf31837e3400e1f54f6826198d8ca81b42 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Jul 06 18:46:02 2010 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Jul 06 18:46:02 2010 +0200 |
tree | 7d7a4f1c2757ac884cc8e363e012a2b61551359a | |
parent | 7a2aa87c7555a678e92d00c860e25b83305ee064 [diff] [blame] |
whitespace fixes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/coreutils/realpath.c b/coreutils/realpath.c index 90a71ed..3bc40ee 100644 --- a/coreutils/realpath.c +++ b/coreutils/realpath.c
@@ -23,7 +23,7 @@ do { char *resolved_path = xmalloc_realpath(*argv); - if (resolved_path != NULL) { + if (resolved_path != NULL) { puts(resolved_path); free(resolved_path); } else {