1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

clean trailing whitespace

This commit is contained in:
Andrey Filipenkov
2025-08-19 18:28:00 +03:00
parent 1a7bf57cb3
commit cc921a6b45
2 changed files with 14 additions and 14 deletions

View File

@@ -145,7 +145,7 @@ void CDownloadManager::downloadProgressChanged(qint64 bytesReceived, qint64 byte
quint64 received = 0;
for(auto & entry : currentDownloads)
received += entry.bytesReceived > 0 ? entry.bytesReceived : 0;
if(received > total)
total = received;