diff options
author | David Faure <faure@kde.org> | 2013-12-18 09:53:59 +0100 |
---|---|---|
committer | David Faure <faure@kde.org> | 2013-12-18 09:53:59 +0100 |
commit | 159963832457e6307282308455330acc7b5bd153 (patch) | |
tree | ce1cc0234d37e9afc75bc86d734beb963ed57d02 /autotests/kconfigtest.h | |
parent | 867e7a50e6396338ab4fe9aa22ad141e4cd344d2 (diff) | |
download | kconfig-159963832457e6307282308455330acc7b5bd153.tar.gz kconfig-159963832457e6307282308455330acc7b5bd153.tar.bz2 |
Code reformatted using kde-dev-scripts/astyle-kdelibs.
Use git blame -w 867e7a5 to show authorship as it was before this commit.
Diffstat (limited to 'autotests/kconfigtest.h')
-rw-r--r-- | autotests/kconfigtest.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autotests/kconfigtest.h b/autotests/kconfigtest.h index ba929086..6e947929 100644 --- a/autotests/kconfigtest.h +++ b/autotests/kconfigtest.h @@ -28,8 +28,8 @@ class KConfigTest : public QObject Q_FLAGS(Flags) public: - enum Testing { Ones=1, Tens=10, Hundreds=100}; - enum bits { bit0=1, bit1=2, bit2=4, bit3=8 }; + enum Testing { Ones = 1, Tens = 10, Hundreds = 100}; + enum bits { bit0 = 1, bit1 = 2, bit2 = 4, bit3 = 8 }; Q_DECLARE_FLAGS(Flags, bits) private Q_SLOTS: |