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);
|
gtk_tray_icon_manager_window_destroyed (icon);
|
||||||
}
|
}
|
||||||
else
|
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;
|
return GDK_FILTER_CONTINUE;
|
||||||
@ -879,8 +881,10 @@ gtk_tray_icon_update_manager_window (GtkTrayIcon *icon)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
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
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user