summaryrefslogtreecommitdiffstats
path: root/src/Applet/CCApplet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Applet/CCApplet.cpp')
-rw-r--r--src/Applet/CCApplet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Applet/CCApplet.cpp b/src/Applet/CCApplet.cpp
index 063df233..8596f4ca 100644
--- a/src/Applet/CCApplet.cpp
+++ b/src/Applet/CCApplet.cpp
@@ -118,7 +118,7 @@ static GtkWidget *create_menu(CApplet *applet)
GtkWidget *about_dialog = create_about_dialog();
g_signal_connect(b_about, "activate", G_CALLBACK(on_about_cb), about_dialog);
GtkWidget *separator = gtk_separator_menu_item_new();
- if(menu)
+ if (menu)
{
gtk_menu_shell_append(GTK_MENU_SHELL(menu),b_hide);
gtk_widget_show(b_hide);