summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/btree/col_srch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/btree/col_srch.c')
-rw-r--r--src/third_party/wiredtiger/src/btree/col_srch.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/src/btree/col_srch.c b/src/third_party/wiredtiger/src/btree/col_srch.c
index 6d431f05666..6b040557cfc 100644
--- a/src/third_party/wiredtiger/src/btree/col_srch.c
+++ b/src/third_party/wiredtiger/src/btree/col_srch.c
@@ -117,7 +117,8 @@ __wt_col_search(WT_SESSION_IMPL *session,
}
if (0) {
-restart: /*
+restart:
+ /*
* Discard the currently held page and restart the search from
* the root.
*/
@@ -162,7 +163,8 @@ restart: /*
base = indx + 1;
--limit;
}
-descend: /*
+descend:
+ /*
* Reference the slot used for next step down the tree.
*
* Base is the smallest index greater than recno and may be the