summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/conn/conn_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/conn/conn_api.c')
-rw-r--r--src/third_party/wiredtiger/src/conn/conn_api.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/src/conn/conn_api.c b/src/third_party/wiredtiger/src/conn/conn_api.c
index 24df42b45f1..d7d27b1c767 100644
--- a/src/third_party/wiredtiger/src/conn/conn_api.c
+++ b/src/third_party/wiredtiger/src/conn/conn_api.c
@@ -1830,7 +1830,8 @@ __conn_single(WT_SESSION_IMPL *session, const char *cfg[])
"option configured");
}
-err: /*
+err:
+ /*
* We ignore the connection's lock file handle on error, it will be
* closed when the connection structure is destroyed.
*/
@@ -2868,7 +2869,8 @@ wiredtiger_open(const char *home, WT_EVENT_HANDLER *event_handler,
WT_STATIC_ASSERT(offsetof(WT_CONNECTION_IMPL, iface) == 0);
*connectionp = &conn->iface;
-err: /* Discard the scratch buffers. */
+err:
+ /* Discard the scratch buffers. */
__wt_scr_free(session, &encbuf);
__wt_scr_free(session, &i1);
__wt_scr_free(session, &i2);