From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Date: Sat, 26 Apr 2008 15:11:50 +0200 Subject: [U-Boot-Users] [PATCH V2] Add the Harris QUAD100HD AMCC 405EP-based board. In-Reply-To: <200804260822.02142.sr@denx.de> References: <20080425180412.1eee9b27@peedub.jennejohn.org> <200804260822.02142.sr@denx.de> Message-ID: <48132A16.9010707@grandegger.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefan, Stefan Roese wrote: > Hi Gary, > > Please use only one coding style in one file. So either: > > func(); > > or > > func (); > > Since this file mostly consists of the func() style I suggest you switch to > this one completely. Do we really have the choice? Wolfgang.