commit | 1f228985b27602f94ff973d50e276220887df6a3 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Apr 22 00:16:29 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Apr 22 00:16:29 2008 +0000 |
tree | 5715edba638603b3815dc8700c88c2c0395b2b16 | |
parent | 5d89fbaa2e00a8a26e530306d76b78bf91d12ec8 [diff] [blame] |
whitespace fixes. no code changes
diff --git a/coreutils/mv.c b/coreutils/mv.c index 613d4ac..5611ecd 100644 --- a/coreutils/mv.c +++ b/coreutils/mv.c
@@ -109,7 +109,7 @@ goto RET_1; } } - /* FILEUTILS_RECUR also prevents nasties like + /* FILEUTILS_RECUR also prevents nasties like * "read from device and write contents to dst" * instead of "create same device node" */ copy_flag = FILEUTILS_RECUR | FILEUTILS_PRESERVE_STATUS;