diff options
author | click <click@gonnamakeyou.com> | 2015-04-10 04:12:06 +0200 |
---|---|---|
committer | click <click@gonnamakeyou.com> | 2015-04-10 04:12:06 +0200 |
commit | a09eafa104e825ee5b90c648dffc2be36a8825ce (patch) | |
tree | aff90c1761a8851d7b50f5488a702d2123ed5a3f /src/server/shared/Updater/UpdateFetcher.cpp | |
parent | 08a62f19b808a347aae56b4f5a689233c6a03db0 (diff) |
Core: Whitespace/tab2spaces cleanup
Diffstat (limited to 'src/server/shared/Updater/UpdateFetcher.cpp')
-rw-r--r-- | src/server/shared/Updater/UpdateFetcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/Updater/UpdateFetcher.cpp b/src/server/shared/Updater/UpdateFetcher.cpp index 2b12f39780c..a4bdd193743 100644 --- a/src/server/shared/Updater/UpdateFetcher.cpp +++ b/src/server/shared/Updater/UpdateFetcher.cpp @@ -158,7 +158,7 @@ uint32 UpdateFetcher::Update(bool const redundancyChecks, bool const allowRehash { LocaleFileStorage const available = GetFileList(); AppliedFileStorage applied = ReceiveAppliedFiles(); - + // Fill hash to name cache HashToFileNameStorage hashToName; for (auto entry : applied) |