From cd3a38ab5cd91975614d8dbdd545bb89329acbd8 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Wed, 2 Oct 2019 12:57:59 +0300 Subject: [PATCH] Fix coding style --- deleted.h | 3 +-- toplevel.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/deleted.h b/deleted.h index 93001e774a..917d36be85 100644 --- a/deleted.h +++ b/deleted.h @@ -33,8 +33,7 @@ namespace Decoration class Renderer; } -class KWIN_EXPORT Deleted - : public Toplevel +class KWIN_EXPORT Deleted : public Toplevel { Q_OBJECT diff --git a/toplevel.h b/toplevel.h index 16a6a62418..450572cb1a 100644 --- a/toplevel.h +++ b/toplevel.h @@ -64,8 +64,7 @@ enum class ReleaseReason { KWinShutsDown ///< Release on KWin Shutdown (window still valid) }; -class KWIN_EXPORT Toplevel - : public QObject +class KWIN_EXPORT Toplevel : public QObject { Q_OBJECT