summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/config/config_collapse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/config/config_collapse.c')
-rw-r--r--src/third_party/wiredtiger/src/config/config_collapse.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/third_party/wiredtiger/src/config/config_collapse.c b/src/third_party/wiredtiger/src/config/config_collapse.c
index 292f3fcbe4a..e1bdc202b2b 100644
--- a/src/third_party/wiredtiger/src/config/config_collapse.c
+++ b/src/third_party/wiredtiger/src/config/config_collapse.c
@@ -56,9 +56,8 @@ __wt_config_collapse(WT_SESSION_IMPL *session, const char **cfg, char **config_r
goto err;
/*
- * If the caller passes us no valid configuration strings, we get here
- * with no bytes to copy -- that's OK, the underlying string copy can
- * handle empty strings.
+ * If the caller passes us no valid configuration strings, we get here with no bytes to copy --
+ * that's OK, the underlying string copy can handle empty strings.
*
* Strip any trailing comma.
*/
@@ -145,9 +144,8 @@ keep:
goto err;
/*
- * If the caller passes us only default configuration strings, we get
- * here with no bytes to copy -- that's OK, the underlying string copy
- * can handle empty strings.
+ * If the caller passes us only default configuration strings, we get here with no bytes to copy
+ * -- that's OK, the underlying string copy can handle empty strings.
*
* Strip any trailing comma.
*/