Skip to content

Commit d5a9010

Browse files
committed
Style: Remove extra spaces
1 parent 1883992 commit d5a9010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rumget.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -894,8 +894,8 @@ entryGetNextItem(RumState * rumstate, RumScanEntry entry, Snapshot snapshot)
894894
/*
895895
* Root page becomes non-leaf while we unlock it. just return.
896896
*/
897-
LockBuffer(entry->buffer, RUM_UNLOCK);
898-
return;
897+
LockBuffer(entry->buffer, RUM_UNLOCK);
898+
return;
899899
}
900900
PredicateLockPage(rumstate->index, BufferGetBlockNumber(entry->buffer), snapshot);
901901

0 commit comments

Comments
 (0)