summaryrefslogtreecommitdiff
path: root/test/readonly/readonly.c
diff options
context:
space:
mode:
authorSusan LoVerso <sue@mongodb.com>2016-02-16 16:39:23 -0500
committerSusan LoVerso <sue@mongodb.com>2016-02-16 16:39:23 -0500
commitfd888b7ab26a622740c1e640d74360d7cff52c18 (patch)
tree62b500458b3866c68b3d838910183845cced3e9d /test/readonly/readonly.c
parent4d98d8d4de199ebf462b69d581fb3908922a79ea (diff)
downloadmongo-fd888b7ab26a622740c1e640d74360d7cff52c18.tar.gz
WT-2349 Whitespace.
Diffstat (limited to 'test/readonly/readonly.c')
-rw-r--r--test/readonly/readonly.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/readonly/readonly.c b/test/readonly/readonly.c
index 6895f53c2d0..66885e135dc 100644
--- a/test/readonly/readonly.c
+++ b/test/readonly/readonly.c
@@ -298,9 +298,9 @@ main(int argc, char *argv[])
* read-only also.
* 2. Parent has read-only handle to all databases. Child opens
* read-write.
- * 3. Parent has read-write handle to writable databases and
+ * 3. Parent has read-write handle to writable databases and
* read-only to read-only databases. Child opens read-only.
- * 4. Parent has read-write handle to writable databases and
+ * 4. Parent has read-write handle to writable databases and
* read-only to read-only databases. Child opens read-write.
*/
/*
@@ -374,7 +374,6 @@ main(int argc, char *argv[])
if (WEXITSTATUS(status) != 0)
testutil_die(WEXITSTATUS(status), "system");
-
/*
* Clean-up.
*/