Re: [libvirt] [PATCH] syntax-check: ignore all quoted strings in bracket-spacing

2013-05-24 Thread Eric Blake
On 05/24/2013 03:26 AM, Ján Tomko wrote: > Ignore strings with an escaped double quote too. > > This removes the need for special handling of quotes in the > semicolon check. > --- > build-aux/bracket-spacing.pl | 13 - > 1 file changed, 4 insertions(+), 9 deletions(-) Hmm, our semic

Re: [libvirt] [PATCH] syntax-check: ignore all quoted strings in bracket-spacing

2013-05-24 Thread Ján Tomko
On 05/24/2013 03:53 PM, Eric Blake wrote: > On 05/24/2013 03:26 AM, Ján Tomko wrote: >> Ignore strings with an escaped double quote too. >> >> This removes the need for special handling of quotes in the >> semicolon check. >> --- >> build-aux/bracket-spacing.pl | 13 - >> 1 file change

Re: [libvirt] [PATCH] syntax-check: ignore all quoted strings in bracket-spacing

2013-05-24 Thread Eric Blake
On 05/24/2013 03:26 AM, Ján Tomko wrote: > Ignore strings with an escaped double quote too. > > This removes the need for special handling of quotes in the > semicolon check. > --- > build-aux/bracket-spacing.pl | 13 - > 1 file changed, 4 insertions(+), 9 deletions(-) > > diff --git

[libvirt] [PATCH] syntax-check: ignore all quoted strings in bracket-spacing

2013-05-24 Thread Ján Tomko
Ignore strings with an escaped double quote too. This removes the need for special handling of quotes in the semicolon check. --- build-aux/bracket-spacing.pl | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/build-aux/bracket-spacing.pl b/build-aux/bracket-spacing