From 8bed00ab34e31f2b9c70026d418d923913325798 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Mon, 22 Feb 2021 17:38:09 +0200 Subject: Run clang-format on all cpp/h files NO_CHANGELOG --- autotests/kconfigtest.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'autotests/kconfigtest.h') diff --git a/autotests/kconfigtest.h b/autotests/kconfigtest.h index cb6e3712..d6502331 100644 --- a/autotests/kconfigtest.h +++ b/autotests/kconfigtest.h @@ -14,9 +14,18 @@ class KConfigTest : public QObject Q_OBJECT public: - enum Testing { Ones = 1, Tens = 10, Hundreds = 100,}; + enum Testing { + Ones = 1, + Tens = 10, + Hundreds = 100, + }; Q_ENUM(Testing) - enum bits { bit0 = 1, bit1 = 2, bit2 = 4, bit3 = 8, }; + enum bits { + bit0 = 1, + bit1 = 2, + bit2 = 4, + bit3 = 8, + }; Q_DECLARE_FLAGS(Flags, bits) Q_FLAG(Flags) -- cgit v1.2.1