Clang-format most of the sources (#1467)

This commit is contained in:
Michał Janiszewski 2021-05-10 19:18:39 +02:00 committed by GitHub
parent f7d0118064
commit f30e9494ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 826 additions and 896 deletions

View file

@ -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")