Re: pgsql/src/backend/access/nbtree nbtutils.c

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/src/backend/access/nbtree nbtutils.c
Date: 2001-05-17 16:11:32
Message-ID: 200105171611.f4HGBWZ04122@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> >> Bruce Momjian - CVS <momjian(at)hub(dot)org> writes:
> > Small cleanup of spacing.
> >>
> >> Kinda pointless when pgindent is going to change it right back, eh?
>
> > There were empty lines around stuff:
>
> The change I was looking at was removal of a blank line just before a
> comment block. pgindent inserts those whether you want 'em or not
> (one of several things I do not like about it). The lines you removed
> were in fact inserted by the last pgindent run.

OK, I added code to remove those blank lines if the line above the
comment block is only a brace. How is that?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2001-05-17 17:44:19 pgsql/ oc/src/sgml/runtime.sgml rc/backend/uti ...
Previous Message Bruce Momjian - CVS 2001-05-17 16:11:09 pgsql/src/tools/pgindent pgindent