Hi Wolfgang,

On Saturday 26 April 2008, Wolfgang Grandegger wrote:
> > 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?

I definitely think so. I am aware of the coding style rule set be Wolfgang to 
use the "func ()" style. But I never use this style in the files I write from 
scratch. This is because I am also doing a lot of Linux development, and here 
the "func()" style is required/preferred. And if you take a look at the code 
posted by other developers, most of it uses the "func()" style. It definitely 
seems to be more common nowadays. At least from my experience.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: [EMAIL PROTECTED]
=====================================================================

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to