summaryrefslogtreecommitdiff
path: root/src/gpm-tray-icon.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-08-04 10:50:53 +0200
committerraveit65 <[email protected]>2020-08-04 12:44:51 +0200
commit301549e96d34a3b79fa471aaff5402689bf5868f (patch)
tree89e93abb6dc0f295314b5bd02188d9bef905ddf4 /src/gpm-tray-icon.c
parent2b1255cb5a3b3bb10e04c29f8aaaad05b1359b27 (diff)
downloadmate-power-manager-301549e96d34a3b79fa471aaff5402689bf5868f.tar.bz2
mate-power-manager-301549e96d34a3b79fa471aaff5402689bf5868f.tar.xz
Remove trailing spaces/tabs
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \;
Diffstat (limited to 'src/gpm-tray-icon.c')
-rw-r--r--src/gpm-tray-icon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpm-tray-icon.c b/src/gpm-tray-icon.c
index 694d925..06b5d0e 100644
--- a/src/gpm-tray-icon.c
+++ b/src/gpm-tray-icon.c
@@ -372,7 +372,7 @@ gpm_tray_icon_create_menu (GpmTrayIcon *icon)
g_signal_connect (G_OBJECT (item), "activate",
G_CALLBACK (gpm_tray_icon_show_preferences_cb), icon);
gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
-
+
/*Set up custom panel menu theme support-gtk3 only */
GtkWidget *toplevel = gtk_widget_get_toplevel (GTK_WIDGET (menu));
/* Fix any failures of compiz/other wm's to communicate with gtk for transparency in menu theme */