Re: [HACKERS] pgindent infelicity

2007-01-11 Thread Bruce Momjian
Tom Lane wrote: > I notice that the latest pgindent run has decided that comments attached > to "else" should be moved onto the next line, as in this example in > src/bin/psql/mbprint.c: > > { > linewidth += 4; >

[HACKERS] pgindent infelicity

2006-12-27 Thread Tom Lane
I notice that the latest pgindent run has decided that comments attached to "else" should be moved onto the next line, as in this example in src/bin/psql/mbprint.c: { linewidth += 4; format_size += 4;