mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-29 19:18:24 -07:00
Clang-format most of the sources (#1467)
This commit is contained in:
parent
f7d0118064
commit
f30e9494ce
54 changed files with 826 additions and 896 deletions
|
@ -89,7 +89,7 @@ namespace CalculatorApp
|
|||
}
|
||||
}
|
||||
|
||||
CurrencyDataLoader::CurrencyDataLoader(_In_ unique_ptr<ICurrencyHttpClient> client, const wchar_t * forcedResponseLanguage)
|
||||
CurrencyDataLoader::CurrencyDataLoader(_In_ unique_ptr<ICurrencyHttpClient> client, const wchar_t* forcedResponseLanguage)
|
||||
: m_client(move(client))
|
||||
, m_loadStatus(CurrencyLoadStatus::NotLoaded)
|
||||
, m_responseLanguage(L"en-US")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue