diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-10-01 12:11:33 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-10-01 12:51:29 +0300 |
commit | 0c0ac68bc2e23fe1590614bb961a21a4bb09d0dc (patch) | |
tree | 11da9fbb7105834401d8e7999d42a4107221aa37 /src/MainWindow.cc | |
parent | Merge pull request #82 from rokups/fix/#50 (diff) | |
download | nheko-0c0ac68bc2e23fe1590614bb961a21a4bb09d0dc.tar.xz |
Remove extra clang-format options
Diffstat (limited to 'src/MainWindow.cc')
-rw-r--r-- | src/MainWindow.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/MainWindow.cc b/src/MainWindow.cc index 39fb1d2a..43f4a949 100644 --- a/src/MainWindow.cc +++ b/src/MainWindow.cc @@ -15,8 +15,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "Config.h" #include "MainWindow.h" +#include "Config.h" #include <QApplication> #include <QLayout> @@ -244,6 +244,4 @@ MainWindow::instance() return instance_; } -MainWindow::~MainWindow() -{ -} +MainWindow::~MainWindow() {} |