From 0cdfd7c354cfd1fa2276fdd73ef70ebe5e27c971 Mon Sep 17 00:00:00 2001 From: Matthew Krafczyk Date: Tue, 9 Sep 2014 17:15:54 +0200 Subject: [PATCH] Fix syntax a bit. --- include/JournallingObject.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/JournallingObject.h b/include/JournallingObject.h index 441d27220..5b266daad 100644 --- a/include/JournallingObject.h +++ b/include/JournallingObject.h @@ -50,7 +50,8 @@ public: void restoreJournallingState() { - if( !isJournallingStackEmpty()) { + if( !isJournallingStackEmpty()) + { m_journalling = m_journallingStateStack.pop(); } }