summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2013-06-06 08:45:53 -0400
committerKeith Bostic <keith@wiredtiger.com>2013-06-06 08:45:53 -0400
commit32e7d8a18f1d41e9309517aae0a099a9da9f6e7e (patch)
treedd3fc0325befc2cf3c3f45e98023388665cd819b
parentea3a8780957d15a5ecea87663042113be9f0dd2a (diff)
downloadmongo-32e7d8a18f1d41e9309517aae0a099a9da9f6e7e.tar.gz
whitespace
-rw-r--r--src/txn/txn.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/txn/txn.c b/src/txn/txn.c
index 75034ebbb10..b847925b418 100644
--- a/src/txn/txn.c
+++ b/src/txn/txn.c
@@ -60,8 +60,7 @@ __wt_txn_release_snapshot(WT_SESSION_IMPL *session)
* Allocate a transaction ID and/or a snapshot.
*/
void
-__wt_txn_refresh(
- WT_SESSION_IMPL *session, wt_txnid_t max_id, int get_snapshot)
+__wt_txn_refresh(WT_SESSION_IMPL *session, wt_txnid_t max_id, int get_snapshot)
{
WT_CONNECTION_IMPL *conn;
WT_TXN *txn;