mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Fix indentation and extra newline
This commit is contained in:
parent
c6b770eec8
commit
4c99155d83
1 changed files with 3 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue