summaryrefslogtreecommitdiff
path: root/mate-panel/panel-force-quit.c
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 11:54:59 +0200
committerZenWalker <[email protected]>2019-07-05 17:09:27 +0200
commit188846cecfda3b8f19e45ca37a60d817bff2afed (patch)
tree571ae1908573dd88f390482faf1a8c75ea61cc68 /mate-panel/panel-force-quit.c
parent96ceed2717780188bc0eb84565d91617783d7192 (diff)
downloadmate-panel-188846cecfda3b8f19e45ca37a60d817bff2afed.tar.bz2
mate-panel-188846cecfda3b8f19e45ca37a60d817bff2afed.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'mate-panel/panel-force-quit.c')
-rw-r--r--mate-panel/panel-force-quit.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mate-panel/panel-force-quit.c b/mate-panel/panel-force-quit.c
index 82a67010..4ed60fb8 100644
--- a/mate-panel/panel-force-quit.c
+++ b/mate-panel/panel-force-quit.c
@@ -158,7 +158,7 @@ wm_state_set (Display *xdisplay,
return TRUE;
}
-static Window
+static Window
find_managed_window (Display *xdisplay,
Window window)
{
@@ -225,7 +225,7 @@ static void
kill_window_question (gpointer window)
{
GtkWidget *dialog;
-
+
dialog = gtk_message_dialog_new (NULL, 0,
GTK_MESSAGE_WARNING,
GTK_BUTTONS_NONE,
@@ -243,7 +243,7 @@ kill_window_question (gpointer window)
gtk_dialog_add_button (GTK_DIALOG (dialog),
PANEL_STOCK_FORCE_QUIT,
GTK_RESPONSE_ACCEPT);
-
+
gtk_dialog_set_default_response (GTK_DIALOG (dialog),
GTK_RESPONSE_CANCEL);
gtk_window_set_skip_taskbar_hint (GTK_WINDOW (dialog), FALSE);
@@ -255,7 +255,7 @@ kill_window_question (gpointer window)
gtk_widget_show (dialog);
}
-static void
+static void
handle_button_press_event (GtkWidget *popup,
Display *display,
Window subwindow)