From 9af2a92113fe00820224b2b16205872713c59e86 Mon Sep 17 00:00:00 2001 From: Laurent Napias Date: Sat, 29 Jun 2019 10:37:28 +0200 Subject: Remove trailing whitespaces --- src/eom-application.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/eom-application.c') diff --git a/src/eom-application.c b/src/eom-application.c index f49d37c..a46ead7 100644 --- a/src/eom-application.c +++ b/src/eom-application.c @@ -333,7 +333,7 @@ static void eom_application_show_window (EomWindow *window, gpointer user_data) { guint32 timestamp = GPOINTER_TO_UINT (user_data); - + /* set the proper interaction time on the window. * Fall back to roundtripping to the X server when we * don't have the timestamp, e.g. when launched from @@ -342,13 +342,13 @@ eom_application_show_window (EomWindow *window, gpointer user_data) */ if (!gtk_widget_get_realized (GTK_WIDGET (window))) gtk_widget_realize (GTK_WIDGET (window)); - + if (timestamp <= 0) timestamp = gdk_x11_get_server_time (gtk_widget_get_window (GTK_WIDGET (window))); - + gdk_x11_window_set_user_time (gtk_widget_get_window (GTK_WIDGET (window)), timestamp); - + gtk_window_present (GTK_WINDOW (window)); } -- cgit v1.2.1