summary refs log tree commit diff
path: root/src/ui/Theme.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-01 12:11:33 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-01 12:51:29 +0300
commit0c0ac68bc2e23fe1590614bb961a21a4bb09d0dc (patch)
tree11da9fbb7105834401d8e7999d42a4107221aa37 /src/ui/Theme.cc
parentMerge pull request #82 from rokups/fix/#50 (diff)
downloadnheko-0c0ac68bc2e23fe1590614bb961a21a4bb09d0dc.tar.xz
Remove extra clang-format options
Diffstat (limited to '')
-rw-r--r--src/ui/Theme.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ui/Theme.cc b/src/ui/Theme.cc
index 1560cf12..52d4b883 100644
--- a/src/ui/Theme.cc
+++ b/src/ui/Theme.cc
@@ -22,9 +22,7 @@ Theme::Theme(QObject *parent)
         setColor("Transparent", ui::Color::Transparent);
 }
 
-Theme::~Theme()
-{
-}
+Theme::~Theme() {}
 
 QColor
 Theme::rgba(int r, int g, int b, qreal a) const