> This patch fixes some trivial indentation and brace/bracket style
> problems.


> @@ -179,9 +179,8 @@
>               arg = argv[optind];
>  
>       /* minsize and padsize are mutually exclusive */
> -     if ((minsize) && (padsize)) {
> +     if (minsize && padsize)
>               die("Can't set both -p and -S\n");
> -     }


I do not consider extra braces a "problem", and will
not be applying those changes.  The other indentation
fixes will be applied, of course.

jdl


_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to