From bd15c1185d0a2d0a00b7011425f852e35789fe95 Mon Sep 17 00:00:00 2001 From: Vlad Zagorodniy Date: Mon, 28 Jan 2019 02:28:48 +0200 Subject: [PATCH] Trim whitespace --- shell_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell_client.h b/shell_client.h index 04155ae0ba..0198bd89bc 100644 --- a/shell_client.h +++ b/shell_client.h @@ -48,7 +48,7 @@ enum class PingReason { CloseWindow = 0, FocusWindow }; - + class KWIN_EXPORT ShellClient : public AbstractClient { Q_OBJECT