From mboxrd@z Thu Jan 1 00:00:00 1970 From: Larry Johnson Date: Fri, 11 Jan 2008 23:07:15 -0500 Subject: [U-Boot-Users] [PATCH 11/13] [new uImage] Coding style cleanup - part 1 In-Reply-To: <20080112011859.C266B24656@gemini.denx.de> References: <20080112011859.C266B24656@gemini.denx.de> Message-ID: <47883CF3.40609@acm.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > In message <20080111143021.8025.70916.stgit@hekate.izotz.org> you wrote: [snip] >> - int arg; >> - ulong addr; >> - int rcode= >> + int arg; >> + ulong addr; >> + int rcode =; > > Do you really think the new code is better or cleaner? It's just > uglier. > > Please undo. > > Best regards, > > Wolfgang Denk Hi Wolfgang, I agree the change is uglier. Unfortunately, running a file through Lindent does this. (My personal coding style uses much more whitespace than the Linux style, so sometimes I need to run Lindent to remove spaces my fingers put in automatically.) Maybe the coding style should be "run 'Lindent -pcs', then undo the following...". I'll admit that I'm already removing all the tabs that Lindent inserts before comment in the case of #endif /* defined(FOO) */ Best regards, Larry