From f5f69f18650b7e07a69053107cf3edebd6157502 Mon Sep 17 00:00:00 2001 From: ShanaryS Date: Sun, 25 May 2025 18:26:58 -0400 Subject: [PATCH] fix: whitespaces --- src/webui/api/torrentscontroller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/api/torrentscontroller.cpp b/src/webui/api/torrentscontroller.cpp index ef4c518a9..1e26ca1ce 100644 --- a/src/webui/api/torrentscontroller.cpp +++ b/src/webui/api/torrentscontroller.cpp @@ -283,7 +283,7 @@ namespace Q_ASSERT(torrent->hasMetadata()); if (!torrent->hasMetadata()) [[unlikely]] return {}; - + if (fileIndexes.isEmpty()) { const int filesCount = torrent->filesCount();