Whitespace cleanup core/settings

We can argue about any of the changes here, but they are the result of our
whitespace.pl script - so if any of this is offensive to you, part of the
resolution will be fixing the script...

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-07-25 10:49:48 -07:00 committed by Lubomir I. Ivanov
parent 68b5fe9ccb
commit 128fc5f4b8
9 changed files with 181 additions and 181 deletions

View file

@ -1,15 +1,14 @@
// SPDX-License-Identifier: GPL-2.0
#include "qPrefPrivate.h"
#include "qPref.h"
#include "qPrefPrivate.h"
#include "ssrf-version.h"
qPref::qPref(QObject *parent) :
QObject(parent)
qPref::qPref(QObject *parent) : QObject(parent)
{
}
qPref *qPref::instance()
{
static qPref *self = new qPref;
static qPref *self = new qPref;
return self;
}