Update src/CalcManager/CalculatorHistory.cpp

indentation

Co-Authored-By: Maharramoff <9804406+Maharramoff@users.noreply.github.com>
This commit is contained in:
Howard Wolosky 2019-03-19 01:45:33 +04:00 committed by GitHub
commit ef70f755db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,8 @@ unsigned int CalculatorHistory::AddItem(_In_ shared_ptr<HISTORYITEM> const &spHi
}
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;
}