This is the mail archive of the cygwin-talk mailing list for the cygwin project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
And ask yourself: even if - particularly if - you count them as different: would you really write:
return( a + b );
and not
return (a + b);
You're forgetting my control statement rule, again. I would write: return ( a + b ); ...or, actually: return a + b; ;-)
-- Matthew Ngx iqct zgg dxei zodt gf ngxk iqfrl.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |