diff options
author | rbuj <[email protected]> | 2021-10-27 18:05:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 15:16:31 +0100 |
commit | 35c80d8eaa892b3a7d510d791792c554336495e8 (patch) | |
tree | 919c27d5c70ede3c17d94e4f0a87ee702bf582af /applets/inhibit/inhibit-applet.c | |
parent | 1308a5b93d1736e605091107fcbc95dff1273635 (diff) | |
download | mate-power-manager-35c80d8eaa892b3a7d510d791792c554336495e8.tar.bz2 mate-power-manager-35c80d8eaa892b3a7d510d791792c554336495e8.tar.xz |
Use a blank line at most
Diffstat (limited to 'applets/inhibit/inhibit-applet.c')
-rw-r--r-- | applets/inhibit/inhibit-applet.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c index 1b68921..37382c4 100644 --- a/applets/inhibit/inhibit-applet.c +++ b/applets/inhibit/inhibit-applet.c @@ -89,7 +89,6 @@ static void gpm_applet_destroy_cb (GtkWidget *widget); #define MATE_PANEL_APPLET_VERTICAL(p) \ (((p) == MATE_PANEL_APPLET_ORIENT_LEFT) || ((p) == MATE_PANEL_APPLET_ORIENT_RIGHT)) - /** cookie is returned as an unsigned integer */ static gboolean gpm_applet_inhibit (GpmInhibitApplet *applet, @@ -210,7 +209,6 @@ gpm_applet_size_allocate_cb (GtkWidget *widget, gtk_image_set_pixel_size (GTK_IMAGE(applet->image), size); } - /** * gpm_applet_update_tooltip: * @applet: Inhibit applet instance @@ -357,7 +355,6 @@ gpm_inhibit_applet_class_init (GpmInhibitAppletClass *class) /* nothing to do here */ } - /** * gpm_inhibit_applet_dbus_connect: **/ |