- add libbb function str_tolower to convert a string to lowercase.
[oweals/busybox.git] / coreutils / mv.c
index 64cae965b4ca4fb0d468c22e1bc97985c6c1f6ac..c08d2327c6c5af106cc9b82752ccd3a2e1980788 100644 (file)
@@ -118,7 +118,7 @@ DO_MOVE:
                                copy_flag = FILEUTILS_RECUR | FILEUTILS_PRESERVE_STATUS;
 #if ENABLE_SELINUX
                                copy_flag |= FILEUTILS_PRESERVE_SECURITY_CONTEXT;
-#endif                         
+#endif
                                if ((copy_file(*argv, dest, copy_flag) >= 0) &&
                                        (remove_file(*argv, FILEUTILS_RECUR | FILEUTILS_FORCE) >= 0)) {
                                        goto RET_0;