summaryrefslogtreecommitdiff
path: root/src/txn
diff options
context:
space:
mode:
authorDon Anderson <dda@ddanderson.com>2014-12-04 10:03:42 -0500
committerDon Anderson <dda@ddanderson.com>2014-12-04 10:03:42 -0500
commitb28df969611d9767962eab71b5a8cae697e20d9e (patch)
tree653d6bd8a525cdd4821eb37ce60996bdf4345097 /src/txn
parente060906c4fa309f515491fb94b2966aa72b2b5dd (diff)
downloadmongo-b28df969611d9767962eab71b5a8cae697e20d9e.tar.gz
KNF and formatting, fixed compiler warnings. refs #1359.
Diffstat (limited to 'src/txn')
-rw-r--r--src/txn/txn_log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/txn/txn_log.c b/src/txn/txn_log.c
index bf59c2bb31e..73fe35284b5 100644
--- a/src/txn/txn_log.c
+++ b/src/txn/txn_log.c
@@ -416,14 +416,14 @@ __txn_printlog(
WT_SESSION_IMPL *session, WT_ITEM *rawrec, WT_LSN *lsnp, void *cookie)
{
FILE *out;
+ WT_LOG_RECORD *logrec;
WT_LSN ckpt_lsn;
+ int compressed;
uint64_t txnid;
uint32_t fileid, rectype;
int32_t start;
const uint8_t *end, *p;
const char *msg;
- WT_LOG_RECORD *logrec;
- int compressed;
out = cookie;