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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user