mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
tray: Add suggested braces around empty body in 'if' statements
This commit is contained in:
parent
bd400b0957
commit
b5714ea265
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user