]> granicus.if.org Git - postgresql/commitdiff
Small cleanup of spacing.
authorBruce Momjian <bruce@momjian.us>
Thu, 17 May 2001 14:59:31 +0000 (14:59 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 17 May 2001 14:59:31 +0000 (14:59 +0000)
src/backend/access/nbtree/nbtutils.c

index b9a7106ad18df8d3d57d3f9886abadb77fd1c442..28aa99237d298eaad5b4022f3b167d624503b71f 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtutils.c,v 1.44 2001/03/23 04:49:52 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtutils.c,v 1.45 2001/05/17 14:59:31 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -477,7 +477,6 @@ _bt_checkkeys(IndexScanDesc scan, IndexTuple tuple,
 
                if (isNull)
                {
-
                        /*
                         * Since NULLs are sorted after non-NULLs, we know we have
                         * reached the upper limit of the range of values for this
@@ -504,7 +503,6 @@ _bt_checkkeys(IndexScanDesc scan, IndexTuple tuple,
 
                if (DatumGetBool(test) == !!(key->sk_flags & SK_NEGATE))
                {
-
                        /*
                         * Tuple fails this qual.  If it's a required qual, then we
                         * can conclude no further tuples will pass, either.