summaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-04-22 00:16:29 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-04-22 00:16:29 +0000
commit1f228985b27602f94ff973d50e276220887df6a3 (patch)
tree5715edba638603b3815dc8700c88c2c0395b2b16 /coreutils
parent5d89fbaa2e00a8a26e530306d76b78bf91d12ec8 (diff)
downloadbusybox-w32-1f228985b27602f94ff973d50e276220887df6a3.tar.gz
busybox-w32-1f228985b27602f94ff973d50e276220887df6a3.tar.bz2
busybox-w32-1f228985b27602f94ff973d50e276220887df6a3.zip
whitespace fixes. no code changes
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/mv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/mv.c b/coreutils/mv.c
index 613d4ac46..5611ecd01 100644
--- a/coreutils/mv.c
+++ b/coreutils/mv.c
@@ -109,7 +109,7 @@ int mv_main(int argc, char **argv)
109 goto RET_1; 109 goto RET_1;
110 } 110 }
111 } 111 }
112 /* FILEUTILS_RECUR also prevents nasties like 112 /* FILEUTILS_RECUR also prevents nasties like
113 * "read from device and write contents to dst" 113 * "read from device and write contents to dst"
114 * instead of "create same device node" */ 114 * instead of "create same device node" */
115 copy_flag = FILEUTILS_RECUR | FILEUTILS_PRESERVE_STATUS; 115 copy_flag = FILEUTILS_RECUR | FILEUTILS_PRESERVE_STATUS;