From 1f41de14a04240dfd993b030306ac251d962a843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sat, 1 Apr 2017 19:01:25 +0200 Subject: Fix a lot of style issues in the code for the new GUI. --- plugingui/powerbutton.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'plugingui/powerbutton.h') diff --git a/plugingui/powerbutton.h b/plugingui/powerbutton.h index 978fab4..47b3ca1 100644 --- a/plugingui/powerbutton.h +++ b/plugingui/powerbutton.h @@ -26,15 +26,16 @@ */ #pragma once -#include "toggle.h" #include "texture.h" +#include "toggle.h" namespace GUI { -class PowerButton : public Toggle { +class PowerButton : public Toggle +{ public: - PowerButton(Widget *parent); + PowerButton(Widget* parent); virtual ~PowerButton() = default; protected: -- cgit v1.2.3