mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
fix: whitespaces
This commit is contained in:
parent
a1dd47c8b7
commit
f5f69f1865
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue