summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/schema/schema_project.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/schema/schema_project.c')
-rw-r--r--src/third_party/wiredtiger/src/schema/schema_project.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/third_party/wiredtiger/src/schema/schema_project.c b/src/third_party/wiredtiger/src/schema/schema_project.c
index ebcbe45e8fc..aa441d67f5f 100644
--- a/src/third_party/wiredtiger/src/schema/schema_project.c
+++ b/src/third_party/wiredtiger/src/schema/schema_project.c
@@ -310,11 +310,9 @@ __wt_schema_project_slice(WT_SESSION_IMPL *session, WT_CURSOR **cp, const char *
/*
* Read the item we're about to overwrite.
*
- * There is subtlety here: the value format
- * may not exactly match the cursor's format.
- * In particular, we need lengths with raw
- * columns in the middle of a packed struct,
- * but not if they are at the end of a struct.
+ * There is subtlety here: the value format may not exactly match the cursor's
+ * format. In particular, we need lengths with raw columns in the middle of a packed
+ * struct, but not if they are at the end of a struct.
*/
WT_RET(__pack_next(&pack, &pv));