Spacing cleanup.
authorBruce Momjian
Thu, 17 May 2001 15:22:12 +0000 (15:22 +0000)
committerBruce Momjian
Thu, 17 May 2001 15:22:12 +0000 (15:22 +0000)
src/backend/access/heap/heapam.c

index 2325a011a1d04a7c69eb6293f3afa1f50479cd32..a2440f8ed681892e54d54483d2f9386ad1c68147 100644 (file)
@@ -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.