Fix coding style

This commit is contained in:
thalieht 2018-06-06 16:48:17 +03:00 committed by sledgehammer999
parent b107b745f2
commit ac6426eab1
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
79 changed files with 717 additions and 772 deletions

View file

@ -388,7 +388,7 @@ void ScanFoldersModel::addTorrentsToSession(const QStringList &pathList)
QString ScanFoldersModel::pathTypeDisplayName(const PathType type)
{
switch(type) {
switch (type) {
case DOWNLOAD_IN_WATCH_FOLDER:
return tr("Monitored folder");
case DEFAULT_LOCATION: