Fix indentation and extra newline (#198)
This commit is contained in:
parent
595ae6a8ff
commit
248b762b80
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user