summaryrefslogtreecommitdiff
path: root/test/manydbs
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2016-03-15 16:13:05 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2016-03-15 16:13:05 +1100
commit0675443be5d8a4a2b2c90f9f017a0e046cc0c80b (patch)
treeecec59be78ab404c581c7c89bd3a593bb9e542c4 /test/manydbs
parentf4f14ff8bbef932167890b600d8b07cf055cec82 (diff)
downloadmongo-0675443be5d8a4a2b2c90f9f017a0e046cc0c80b.tar.gz
Whitespace.
Diffstat (limited to 'test/manydbs')
-rw-r--r--test/manydbs/manydbs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/manydbs/manydbs.c b/test/manydbs/manydbs.c
index 9191ec728bd..7cadfb0a11b 100644
--- a/test/manydbs/manydbs.c
+++ b/test/manydbs/manydbs.c
@@ -172,7 +172,8 @@ main(int argc, char *argv[])
* Allocate arrays for connection handles, sessions, statistics
* cursors and, if needed, data cursors.
*/
- if ((connections = calloc((size_t)dbs, sizeof(WT_CONNECTION *))) == NULL)
+ if ((connections = calloc(
+ (size_t)dbs, sizeof(WT_CONNECTION *))) == NULL)
testutil_die(ENOMEM, "connection array malloc");
if ((sessions = calloc(
(size_t)dbs, sizeof(WT_SESSION *))) == NULL)