mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Update src/CalcManager/CalculatorHistory.cpp
indentation Co-Authored-By: Maharramoff <9804406+Maharramoff@users.noreply.github.com>
This commit is contained in:
parent
de0f36ff34
commit
ef70f755db
1 changed files with 2 additions and 1 deletions
|
@ -43,6 +43,7 @@ unsigned int CalculatorHistory::AddItem(_In_ shared_ptr<HISTORYITEM> const &spHi
|
||||||
m_historyItems.push_back(spHistoryItem);
|
m_historyItems.push_back(spHistoryItem);
|
||||||
unsigned int lastIndex = static_cast<unsigned>(m_historyItems.size() - 1);
|
unsigned int lastIndex = static_cast<unsigned>(m_historyItems.size() - 1);
|
||||||
return lastIndex;
|
return lastIndex;
|
||||||
|
return lastIndex;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CalculatorHistory::RemoveItem(_In_ unsigned int uIdx)
|
bool CalculatorHistory::RemoveItem(_In_ unsigned int uIdx)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue