summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/btree/bt_random.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/btree/bt_random.c')
-rw-r--r--src/third_party/wiredtiger/src/btree/bt_random.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/third_party/wiredtiger/src/btree/bt_random.c b/src/third_party/wiredtiger/src/btree/bt_random.c
index cb79127188d..4e4eaedaa85 100644
--- a/src/third_party/wiredtiger/src/btree/bt_random.c
+++ b/src/third_party/wiredtiger/src/btree/bt_random.c
@@ -429,12 +429,12 @@ restart:
return (WT_NOTFOUND);
}
- /*
- * Swap the current page for the child page. If the page splits while we're retrieving it,
- * restart the search at the root.
- *
- * On other error, simply return, the swap call ensures we're holding nothing on failure.
- */
+ /*
+ * Swap the current page for the child page. If the page splits while we're retrieving it,
+ * restart the search at the root.
+ *
+ * On other error, simply return, the swap call ensures we're holding nothing on failure.
+ */
descend:
if ((ret = __wt_page_swap(session, current, descent, flags)) == 0) {
current = descent;