From 128fc5f4b81f036eeb76cda99704095673efbe8e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 25 Jul 2018 10:49:48 -0700 Subject: 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 --- core/settings/qPrefDisplay.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/settings/qPrefDisplay.cpp') diff --git a/core/settings/qPrefDisplay.cpp b/core/settings/qPrefDisplay.cpp index cf08af8cd..809a4fe77 100644 --- a/core/settings/qPrefDisplay.cpp +++ b/core/settings/qPrefDisplay.cpp @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 +#include "core/subsurface-string.h" #include "qPref.h" #include "qPrefPrivate.h" -#include "core/subsurface-string.h" #include #include @@ -26,14 +26,14 @@ void qPrefDisplay::loadSync(bool doSync) disk_theme(doSync); } -void qPrefDisplay::set_divelist_font(const QString& value) +void qPrefDisplay::set_divelist_font(const QString &value) { QString newValue = value; if (value.contains(",")) newValue = value.left(value.indexOf(",")); if (newValue != prefs.divelist_font && - !subsurface_ignore_font(qPrintable(newValue))) { + !subsurface_ignore_font(qPrintable(newValue))) { qPrefPrivate::copy_txt(&prefs.divelist_font, value); disk_divelist_font(true); -- cgit v1.2.3-70-g09d2