Fix syntax a bit.

This commit is contained in:
Matthew Krafczyk
2014-09-09 17:15:54 +02:00
parent 32eae51128
commit 0cdfd7c354

View File

@@ -50,7 +50,8 @@ public:
void restoreJournallingState()
{
if( !isJournallingStackEmpty()) {
if( !isJournallingStackEmpty())
{
m_journalling = m_journallingStateStack.pop();
}
}