Re: [PATCH] Document conventions on static initialization and else cuddling

2012-09-19 Thread Adam Spiers
On Wed, Sep 19, 2012 at 01:43:46PM -0700, Junio C Hamano wrote: > Adam Spiers writes: > > > Signed-off-by: Adam Spiers > > --- > > > > I have begun work on fixing existing code to adhere to these > > guidelines on braces, but there are currently a lot of violations, > > which means any patches t

Re: [PATCH] Document conventions on static initialization and else cuddling

2012-09-19 Thread Junio C Hamano
Adam Spiers writes: > Signed-off-by: Adam Spiers > --- > > I have begun work on fixing existing code to adhere to these > guidelines on braces, but there are currently a lot of violations, > which means any patches to fix them would be large. So before I spend > any more time on it, I would lik

[PATCH] Document conventions on static initialization and else cuddling

2012-09-19 Thread Adam Spiers
Signed-off-by: Adam Spiers --- I have begun work on fixing existing code to adhere to these guidelines on braces, but there are currently a lot of violations, which means any patches to fix them would be large. So before I spend any more time on it, I would like to check whether such patches wou