From 0c0ac68bc2e23fe1590614bb961a21a4bb09d0dc Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sun, 1 Oct 2017 12:11:33 +0300 Subject: Remove extra clang-format options --- src/ui/Theme.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/ui/Theme.cc') 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 -- cgit 1.5.1