diff options
| author | Ahmad Samir <a.samirh78@gmail.com> | 2021-02-22 17:38:09 +0200 |
|---|---|---|
| committer | Ahmad Samir <a.samirh78@gmail.com> | 2021-02-22 17:38:09 +0200 |
| commit | 8bed00ab34e31f2b9c70026d418d923913325798 (patch) | |
| tree | f289c15575415a36bc19c047a2037998e9b11ce8 /autotests/kconfigskeletontest.cpp | |
| parent | 186755fd56b58dc97250846c5305ef89f9487f86 (diff) | |
| download | kconfig-8bed00ab34e31f2b9c70026d418d923913325798.tar.gz kconfig-8bed00ab34e31f2b9c70026d418d923913325798.tar.bz2 | |
Run clang-format on all cpp/h files
NO_CHANGELOG
Diffstat (limited to 'autotests/kconfigskeletontest.cpp')
| -rw-r--r-- | autotests/kconfigskeletontest.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/autotests/kconfigskeletontest.cpp b/autotests/kconfigskeletontest.cpp index 950e6581..88936f1e 100644 --- a/autotests/kconfigskeletontest.cpp +++ b/autotests/kconfigskeletontest.cpp @@ -6,20 +6,20 @@ #include "kconfigskeletontest.h" -#include <kconfig.h> #include <QFont> #include <QtTestGui> +#include <kconfig.h> QTEST_MAIN(KConfigSkeletonTest) // clazy:excludeall=non-pod-global-static static const bool s_default_setting1{false}; -static const QColor s_default_setting2{1,2,3}; +static const QColor s_default_setting2{1, 2, 3}; static const QString s_default_setting4{QStringLiteral("Hello World")}; static const bool s_write_setting1{true}; -static const QColor s_write_setting2{3,2,1}; +static const QColor s_write_setting2{3, 2, 1}; static const QString s_write_setting4{QStringLiteral("KDE")}; static QFont defaultSetting3() @@ -29,7 +29,7 @@ static QFont defaultSetting3() static QFont writeSettings3() { - return QFont{QStringLiteral("helvetica"), 14}; + return QFont{QStringLiteral("helvetica"), 14}; } void KConfigSkeletonTest::initTestCase() |
