Blob Blame History Raw
From ebc99e2b034a370d644189295e8c5e0180e8f65d Mon Sep 17 00:00:00 2001
From: raveit65 <mate@raveit.de>
Date: Tue, 26 Oct 2021 12:07:51 +0200
Subject: [PATCH 2/6] fix code-formatting issue of previous commit

- drop white spaces
---
 src/core/display.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/display.c b/src/core/display.c
index 7a6cf12e..b56b3732 100644
--- a/src/core/display.c
+++ b/src/core/display.c
@@ -1618,7 +1618,7 @@ mouse_event_is_in_tab_popup (MetaDisplay *display,
           GdkWindow * window = gtk_widget_get_window (popup_widget);
           if (window == NULL)
             return FALSE;
-            
+
           Window popup_xid = gdk_x11_window_get_xid (window);
           gboolean ok2 = XTranslateCoordinates (display->xdisplay,
                                                 event_window, popup_xid,
-- 
2.36.1