From 1f228985b27602f94ff973d50e276220887df6a3 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 22 Apr 2008 00:16:29 +0000 Subject: whitespace fixes. no code changes --- coreutils/mv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils') 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 @@ int mv_main(int argc, char **argv) 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; -- cgit v1.1