fix whitespaces
authorManinder Singh <maninder1.s@samsung.com>
Mon, 1 Jun 2015 10:40:09 +0000 (10:40 +0000)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 7 Jun 2015 16:19:47 +0000 (18:19 +0200)
reported by script :- scripts/fix_ws.sh

Signed-off-by: Maninder Singh <maninder1.s@samsung.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/shuf.c

index 6d0a68fc16db64f20a0833af7e461c8382f8ab69..9f61f2f7de3d10ac54b98a0dd4d698b094b407f8 100644 (file)
@@ -94,7 +94,7 @@ int shuf_main(int argc, char **argv)
                *dash = '\0';
                lo = xatou(opt_i_str);
                hi = xatou(dash + 1);
-               *dash = '-';
+               *dash = '-';
                if (hi < lo) {
                        bb_error_msg_and_die("bad range '%s'", opt_i_str);
                }