whitespace fixes. no code changes

This commit is contained in:
Denis Vlasenko
2008-04-22 00:16:29 +00:00
parent 5d89fbaa2e
commit 1f228985b2
9 changed files with 30 additions and 30 deletions

View File

@@ -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;