Fix indentation and extra newline

This commit is contained in:
Petr Sedláček 2019-03-08 08:36:05 +01:00 committed by GitHub
commit 4c99155d83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,7 +135,7 @@ void COpndCommand::AppendCommand(int command)
if (command == IDC_PNT)
{
m_fDecimal = true;
}
}
}
void COpndCommand::ToggleSign()
@ -181,7 +181,7 @@ void COpndCommand::RemoveFromEnd()
}
m_commands->RemoveAt(nCommands - 1);
}
}
}
}
bool COpndCommand::IsNegative() const
@ -303,4 +303,3 @@ void COpndCommand::Accept(_In_ ISerializeCommandVisitor &commandVisitor)
{
commandVisitor.Visit(*this);
}