mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Coding style clean up
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
QStringList RssFile::pathHierarchy() const {
|
||||
QStringList path;
|
||||
if(parent())
|
||||
if (parent())
|
||||
path << parent()->pathHierarchy();
|
||||
path << id();
|
||||
return path;
|
||||
|
||||
Reference in New Issue
Block a user