From e044fc0599bc48d3ca86aba9bed47ee7cf6f6802 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 17 May 2001 15:22:12 +0000
Subject: [PATCH] Spacing cleanup.

---
 src/backend/access/heap/heapam.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c
index 2325a011a1d..a2440f8ed68 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.115 2001/05/16 22:35:12 tgl Exp $
+ *	  $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.116 2001/05/17 15:22:12 momjian Exp $
  *
  *
  * INTERFACE ROUTINES
@@ -1166,7 +1166,6 @@ heap_fetch(Relation relation,
 	}
 	else
 	{
-
 		/*
 		 * All checks passed, so return the tuple as valid. Caller is now
 		 * responsible for releasing the buffer.
-- 
GitLab