Re: [PATCH] Fix mismatched parens in previous commit

2010-10-11 Thread Paul Eggert
On 10/11/10 01:05, Gary V. Vaughan wrote: > Pushed as an obvious fix to rebalance parentheses. Thanks, and sorry about that. I didn't catch it because coreutils doesn't use that .h file. I originally messed up the parentheses partly because the code was using a non-GNU indenting style: ((FO

Re: [PATCH] Fix mismatched parens in previous commit

2010-10-11 Thread Jim Meyering
Gary V. Vaughan wrote: > Pushed as an obvious fix to rebalance parentheses. > > * lib/spawn.in.h (verify_POSIX_SPAWN_USEVFORK_no_overlap): Fix mismatched > parens. > --- > ChangeLog |6 ++ > lib/spawn.in.h |2 +- > 2 files changed, 7 insertions(+), 1 deletions(-) > > diff --git a/

Re: [PATCH] Fix mismatched parens in previous commit

2010-10-11 Thread Gary V. Vaughan
On 11 Oct 2010, at 15:21, Jim Meyering wrote: > Gary V. Vaughan wrote: >> >> +++ b/ChangeLog >> @@ -1,3 +1,9 @@ >> +2010-10-11 Gary V. Vaughan >> + >> +Fix mismatched parens in previous commit >> +* lib/spawn.in.h (verify_POSIX_SPAWN_USEVFORK_no_overlap): Fix >> mismatched >> +pare

[PATCH] Fix mismatched parens in previous commit

2010-10-11 Thread Gary V. Vaughan
Pushed as an obvious fix to rebalance parentheses. * lib/spawn.in.h (verify_POSIX_SPAWN_USEVFORK_no_overlap): Fix mismatched parens. --- ChangeLog |6 ++ lib/spawn.in.h |2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6a56a31..d32d