From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: dtc: Trivial formatting fixes In-reply-to: <20080326052103.GB2090@localhost.localdomain> References: <20080326052103.GB2090@localhost.localdomain> Date: Wed, 26 Mar 2008 08:15:35 -0500 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > 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