summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/utility/test_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/utility/test_util.h')
-rw-r--r--src/third_party/wiredtiger/test/utility/test_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/utility/test_util.h b/src/third_party/wiredtiger/test/utility/test_util.h
index 398727a6ca8..3442e8edcec 100644
--- a/src/third_party/wiredtiger/test/utility/test_util.h
+++ b/src/third_party/wiredtiger/test/utility/test_util.h
@@ -185,8 +185,8 @@ u64_to_string(uint64_t n, char **pp)
char *p;
/*
- * The argument pointer references the last element of a buffer (which
- * must be large enough to hold any possible value).
+ * The argument pointer references the last element of a buffer (which must be large enough to
+ * hold any possible value).
*
* Nul-terminate the buffer.
*/