summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/btree/bt_curprev.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/btree/bt_curprev.c')
-rw-r--r--src/third_party/wiredtiger/src/btree/bt_curprev.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/third_party/wiredtiger/src/btree/bt_curprev.c b/src/third_party/wiredtiger/src/btree/bt_curprev.c
index ffa3cf409b1..6d187bd3057 100644
--- a/src/third_party/wiredtiger/src/btree/bt_curprev.c
+++ b/src/third_party/wiredtiger/src/btree/bt_curprev.c
@@ -413,11 +413,9 @@ restart_read:
}
/*
- * If we're at the same slot as the last reference and there's
- * no matching insert list item, re-use the return information
- * (so encoded items with large repeat counts aren't repeatedly
- * decoded). Otherwise, unpack the cell and build the return
- * information.
+ * If we're at the same slot as the last reference and there's no matching insert list item,
+ * re-use the return information (so encoded items with large repeat counts aren't
+ * repeatedly decoded). Otherwise, unpack the cell and build the return information.
*/
if (cbt->cip_saved != cip) {
cell = WT_COL_PTR(page, cip);