dtc: Trivial formatting fixes
Jon Loeliger
jdl at jdl.com
Thu Mar 27 00:15:35 EST 2008
> 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
More information about the Linuxppc-dev
mailing list