summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/btree/bt_ret.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/btree/bt_ret.c')
-rw-r--r--src/third_party/wiredtiger/src/btree/bt_ret.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/src/btree/bt_ret.c b/src/third_party/wiredtiger/src/btree/bt_ret.c
index 829a4c3a9f3..d9d1d8263a8 100644
--- a/src/third_party/wiredtiger/src/btree/bt_ret.c
+++ b/src/third_party/wiredtiger/src/btree/bt_ret.c
@@ -137,9 +137,8 @@ __wt_value_return_upd(
allocated_bytes = 0;
/*
- * We're passed a "standard" or "modified" update that's visible to us.
- * Our caller should have already checked for deleted items (we're too
- * far down the call stack to return not-found).
+ * We're passed a "standard" or "modified" update that's visible to us. Our caller should have
+ * already checked for deleted items (we're too far down the call stack to return not-found).
*
* Fast path if it's a standard item, assert our caller's behavior.
*/