summaryrefslogtreecommitdiff
path: root/src/include/api.h
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2015-10-22 14:14:55 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2015-10-22 14:14:55 +1100
commitaf5d413d7b2a87c1749fe500b75956e0be01a9ae (patch)
treec20fc6a904a2f1a55d0274330e8eb1cfba20a899 /src/include/api.h
parent05d22cb131242de7238364fd8b50285de58a6b05 (diff)
downloadmongo-af5d413d7b2a87c1749fe500b75956e0be01a9ae.tar.gz
Coding standard compliance
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 84c215cdfd1..aff65471005 100644
--- a/src/include/api.h
+++ b/src/include/api.h
@@ -127,7 +127,7 @@
((bt) == NULL) ? NULL : ((WT_BTREE *)(bt))->dhandle); \
if (F_ISSET(S2C(s), WT_CONN_IN_MEMORY) && __wt_cache_full(s)) \
return (WT_CACHE_FULL);
-
+
#define CURSOR_UPDATE_API_END(s, ret) \
TXN_API_END(s, ret)