aboutsummaryrefslogtreecommitdiffstats
path: root/core/settings/qPref.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-25 10:49:48 -0700
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2018-07-26 16:32:51 +0300
commit128fc5f4b81f036eeb76cda99704095673efbe8e (patch)
tree26f3b7daef8a4c8881f9129654e6136ea35bae5b /core/settings/qPref.cpp
parent68b5fe9ccbbc7255a00d657cf29e6dc2515b8c3c (diff)
downloadsubsurface-128fc5f4b81f036eeb76cda99704095673efbe8e.tar.gz
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>
Diffstat (limited to 'core/settings/qPref.cpp')
-rw-r--r--core/settings/qPref.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/core/settings/qPref.cpp b/core/settings/qPref.cpp
index eabd6e7a9..49851c29a 100644
--- a/core/settings/qPref.cpp
+++ b/core/settings/qPref.cpp
@@ -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;
}