fix: whitespaces

This commit is contained in:
ShanaryS 2025-05-25 18:26:58 -04:00
commit f5f69f1865

View file

@ -283,7 +283,7 @@ namespace
Q_ASSERT(torrent->hasMetadata()); Q_ASSERT(torrent->hasMetadata());
if (!torrent->hasMetadata()) [[unlikely]] if (!torrent->hasMetadata()) [[unlikely]]
return {}; return {};
if (fileIndexes.isEmpty()) if (fileIndexes.isEmpty())
{ {
const int filesCount = torrent->filesCount(); const int filesCount = torrent->filesCount();