[PATCH 1/1] fix whitespaces

Denys Vlasenko vda.linux at googlemail.com
Sun Jun 7 16:28:19 UTC 2015


Applied, thanks!

On Mon, Jun 1, 2015 at 12:40 PM, Maninder Singh <maninder1.s at samsung.com> wrote:
> Subject: [PATCH 1/1] fix whitespaces
>
> reported by script :- scripts/fix_ws.sh
>
> Signed-off-by: Maninder Singh <maninder1.s at samsung.com>
> ---
>  coreutils/shuf.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/coreutils/shuf.c b/coreutils/shuf.c
> index 6d0a68f..9f61f2f 100644
> --- a/coreutils/shuf.c
> +++ b/coreutils/shuf.c
> @@ -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);
>                 }
> --
> 1.7.1
>
> Thanks
> Maninder Singh
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://lists.busybox.net/mailman/listinfo/busybox


More information about the busybox mailing list