diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2015-04-08 02:27:20 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2015-04-08 02:27:20 +0200 |
commit | 20ab76a2cb9c2697e0974abdb166e1db04ef20ef (patch) | |
tree | 839745a037211c68b720dda3212ae2cf28b25eaf /src/server/shared/Updater/UpdateFetcher.cpp | |
parent | 41a9ef55db85c82fa9673ff2801bd6d8f34a390e (diff) |
Core: Whitespace 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) |