summaryrefslogtreecommitdiff
path: root/src/include/api.h
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-09-26 08:39:30 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-09-26 08:39:30 -0400
commitc9eb516d40302c4f94f13a91f52730fc9a51bc98 (patch)
treef237eb29eac89b738dbee564d0a2c8f6baab79bf /src/include/api.h
parent88d6ddf43bdf266ee64ffe7066f10070e0220d64 (diff)
downloadmongo-c9eb516d40302c4f94f13a91f52730fc9a51bc98.tar.gz
whitespace
Diffstat (limited to 'src/include/api.h')
-rw-r--r--src/include/api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/api.h b/src/include/api.h
index 1a75ce346b8..ec74138bdd1 100644
--- a/src/include/api.h
+++ b/src/include/api.h
@@ -52,7 +52,7 @@
#define TXN_API_CALL_NOCONF(s, h, n, cur, bt) do { \
int __autotxn = 0; \
API_CALL_NOCONF(s, h, n, cur, bt); \
- __autotxn = !F_ISSET(&(s)->txn, TXN_AUTOCOMMIT | TXN_RUNNING); \
+ __autotxn = !F_ISSET(&(s)->txn, TXN_AUTOCOMMIT | TXN_RUNNING); \
if (__autotxn) \
F_SET(&(s)->txn, TXN_AUTOCOMMIT)