From b5714ea2657e82b55f85796ef1bba935bcd73632 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 7 Apr 2012 12:56:39 +0200 Subject: [PATCH] tray: Add suggested braces around empty body in 'if' statements --- gtk/gtktrayicon-x11.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/gtk/gtktrayicon-x11.c b/gtk/gtktrayicon-x11.c index 734bf185d6..8295161d77 100644 --- a/gtk/gtktrayicon-x11.c +++ b/gtk/gtktrayicon-x11.c @@ -755,8 +755,10 @@ gtk_tray_icon_manager_filter (GdkXEvent *xevent, gtk_tray_icon_manager_window_destroyed (icon); } else - GTK_NOTE (PLUGSOCKET, - g_print ("GtkStatusIcon %p: got other message on manager window\n", icon)); + { + GTK_NOTE (PLUGSOCKET, + g_print ("GtkStatusIcon %p: got other message on manager window\n", icon)); + } } return GDK_FILTER_CONTINUE; @@ -879,8 +881,10 @@ gtk_tray_icon_update_manager_window (GtkTrayIcon *icon) } } else - GTK_NOTE (PLUGSOCKET, - g_print ("GtkStatusIcon %p: no tray manager found\n", icon)); + { + GTK_NOTE (PLUGSOCKET, + g_print ("GtkStatusIcon %p: no tray manager found\n", icon)); + } } static void