Fix coding style

This commit is contained in:
thalieht
2018-04-14 22:53:45 +03:00
committed by sledgehammer999
parent 8707a1bc86
commit 96d9d810fd
60 changed files with 308 additions and 346 deletions

View File

@@ -43,9 +43,9 @@
#include "../tristatebool.h"
#include "../utils/fs.h"
#include "../utils/string.h"
#include "rss_feed.h"
#include "rss_article.h"
#include "rss_autodownloader.h"
#include "rss_feed.h"
namespace
{
@@ -105,7 +105,7 @@ const QString Str_PreviouslyMatched(QStringLiteral("previouslyMatchedEpisodes"))
namespace RSS
{
struct AutoDownloadRuleData: public QSharedData
struct AutoDownloadRuleData : public QSharedData
{
QString name;
bool enabled = true;