summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-04-16 10:22:53 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-04-16 10:22:53 +1000
commit01f650c5af4515b95cd7af81128b7ef60a65bfd5 (patch)
tree921193dc05be39f34b05ce6ba5fcec76d3fa42d9
parent9a34048ffb9ff9fe97a3b05e7ac2898d5753e0f6 (diff)
downloadmongo-01f650c5af4515b95cd7af81128b7ef60a65bfd5.tar.gz
whitespace
-rw-r--r--src/conn/conn_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn/conn_api.c b/src/conn/conn_api.c
index e6e9e5eaa31..84367f879c0 100644
--- a/src/conn/conn_api.c
+++ b/src/conn/conn_api.c
@@ -513,7 +513,7 @@ wiredtiger_open(const char *home, WT_EVENT_HANDLER *event_handler,
conn = NULL;
WT_ERR(ret);
}
-
+
/*
* If this is a new database, create the schema file. This avoids
* application threads racing to create it later. We need a real