summaryrefslogtreecommitdiff
path: root/src/config/config_api.c
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-06-14 09:59:37 -0400
committerKeith Bostic <keith@wiredtiger.com>2015-06-14 09:59:37 -0400
commit896797a8a4d29839fdf1ed2b2523647d4a8b3246 (patch)
tree4626fc20b2475e10055f6db13dabb6d9031a007a /src/config/config_api.c
parent246cfa2541b2583e90afee71a62aea3c5d3bfc74 (diff)
downloadmongo-896797a8a4d29839fdf1ed2b2523647d4a8b3246.tar.gz
Whitespace: 3 spaces after a period in a comment.
Sorry, but it just bugged me.
Diffstat (limited to 'src/config/config_api.c')
-rw-r--r--src/config/config_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/config_api.c b/src/config/config_api.c
index 4e8f0d08400..2aba80ebcdd 100644
--- a/src/config/config_api.c
+++ b/src/config/config_api.c
@@ -234,8 +234,8 @@ __wt_configure_method(WT_SESSION_IMPL *session,
/*
* !!!
* We ignore the specified uri, that is, all new configuration options
- * will be valid for all data sources. That shouldn't be too bad
- * as the worst that can happen is an application might specify some
+ * will be valid for all data sources. That shouldn't be too bad as
+ * the worst that can happen is an application might specify some
* configuration option and not get an error -- the option should be
* ignored by the underlying implementation since it's unexpected, so
* there shouldn't be any real problems. Eventually I expect we will