fix whitespaces

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>
This commit is contained in:
Maninder Singh 2015-06-01 10:40:09 +00:00 committed by Denys Vlasenko
parent 0fabedf085
commit 7db312ad26
1 changed files with 1 additions and 1 deletions

View 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);
}