Skip to content

Commit

Permalink
remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
antanilol committed Dec 7, 2024
1 parent da3422e commit 6d31b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/bittorrent/torrentimpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2866,7 +2866,7 @@ QString TorrentImpl::createMagnetURI() const
if (hasMetadata())
{
ret += u"&xl=" + QString::number(totalSize());
}
}

for (const TrackerEntryStatus &tracker : asConst(trackers()))
{
Expand Down

0 comments on commit 6d31b1f

Please sign in to comment.