On 20/05/13 19:26, Daniel P. Berrange wrote:
On Thu, May 16, 2013 at 08:40:50PM +0800, Osier Yang wrote:
> >Changes:
> > * Remove the useless space in "for" statement (e.g.
> > for (i = 0 ; i < something ; i++)
It would be pretty easy to extend build-aux/bracket-spacing.pl
to validate correct whitespace around the ';' in for loops.
I will add the validation in another patch. Pushed this.
Osier