summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/btree/row_srch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/btree/row_srch.c')
-rw-r--r--src/third_party/wiredtiger/src/btree/row_srch.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/src/btree/row_srch.c b/src/third_party/wiredtiger/src/btree/row_srch.c
index f7ae9164ea5..8603d329c15 100644
--- a/src/third_party/wiredtiger/src/btree/row_srch.c
+++ b/src/third_party/wiredtiger/src/btree/row_srch.c
@@ -277,7 +277,8 @@ __wt_row_search(WT_SESSION_IMPL *session,
}
if (0) {
-restart: /*
+restart:
+ /*
* Discard the currently held page and restart the search from
* the root.
*/
@@ -431,7 +432,8 @@ append: if (__wt_split_descent_race(
goto restart;
}
-descend: /* Encourage races. */
+descend:
+ /* Encourage races. */
WT_DIAGNOSTIC_YIELD;
/*