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/qPrefPrivate.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/settings/qPrefPrivate.cpp') diff --git a/core/settings/qPrefPrivate.cpp b/core/settings/qPrefPrivate.cpp index 32b00ee79..0275791cf 100644 --- a/core/settings/qPrefPrivate.cpp +++ b/core/settings/qPrefPrivate.cpp @@ -10,9 +10,8 @@ qPrefPrivate *qPrefPrivate::instance() return self; } -void qPrefPrivate::copy_txt(const char **name, const QString& string) +void qPrefPrivate::copy_txt(const char **name, const QString &string) { free((void *)*name); *name = copy_qstring(string); } - -- cgit v1.2.3-70-g09d2