From 2d7795ebb4bd50ec668b221f532fb9aea3352ebc Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 17 May 2001 15:55:24 +0000 Subject: Prevent forced blank line before comment block in pgindent. --- src/backend/access/heap/heapam.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/access/heap/heapam.c') diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c index a2440f8ed68..fb36736838a 100644 --- a/src/backend/access/heap/heapam.c +++ b/src/backend/access/heap/heapam.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.116 2001/05/17 15:22:12 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.117 2001/05/17 15:55:23 momjian Exp $ * * * INTERFACE ROUTINES @@ -1111,7 +1111,7 @@ heap_fetch(Relation relation, IncrHeapAccessStat(global_fetch); /* - * get the buffer from the relation descriptor Note that this does a + * get the buffer from the relation descriptor. Note that this does a * buffer pin. */ -- cgit v1.2.3