Re: [PATCH] verify: adjust formatting to be more consistent

2010-05-09 Thread Jim Meyering
Bruno Haible wrote: >> #define _GL_CONCAT0(x, y) x##y >> #define _GL_CONCAT(x, y) _GL_CONCAT0 (x, y) >> - extern struct {...} * _GL_CONCAT(dummy,__LINE__); >> + extern struct {...} * _GL_CONCAT (dummy, __LINE__); >> >> But this has the problem that two invocations

Re: [PATCH] verify: adjust formatting to be more consistent

2010-05-09 Thread Bruno Haible
Hi Jim, > @@ -71,7 +71,7 @@ > > #define _GL_CONCAT0(x, y) x##y > #define _GL_CONCAT(x, y) _GL_CONCAT0 (x, y) > - extern struct {...} * _GL_CONCAT(dummy,__LINE__); > + extern struct {...} * _GL_CONCAT (dummy, __LINE__); > > But this has the problem that two invoc

[PATCH] verify: adjust formatting to be more consistent

2010-05-09 Thread Jim Meyering
No semantic change... >From 212eef100b6b884c59fc512363b1234118fbc1e1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 9 May 2010 12:02:14 +0200 Subject: [PATCH] verify: adjust formatting to be more consistent * lib/verify.h (_GL_GENSYM): Add a space before each of a few argument-list &