diff options
author | rbuj <[email protected]> | 2021-10-27 17:46:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-21 15:08:09 +0100 |
commit | 8281e9833a31d8731e8dd405fea2b1138dcc4ff8 (patch) | |
tree | d1bc46ccb1855b1fb892779f25a2a333a9962820 /battstat/battstat_applet.c | |
parent | bb0195c17052309b55c23629e24465e1ef4dc70c (diff) | |
download | mate-applets-8281e9833a31d8731e8dd405fea2b1138dcc4ff8.tar.bz2 mate-applets-8281e9833a31d8731e8dd405fea2b1138dcc4ff8.tar.xz |
Use a blank line at most
Diffstat (limited to 'battstat/battstat_applet.c')
-rw-r--r-- | battstat/battstat_applet.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/battstat/battstat_applet.c b/battstat/battstat_applet.c index ce1598dc..3382a540 100644 --- a/battstat/battstat_applet.c +++ b/battstat/battstat_applet.c @@ -648,7 +648,6 @@ check_for_updates (gpointer data) } } - possibly_update_status_icon (battstat, &info); if (!info.on_ac_power && @@ -798,7 +797,6 @@ battstat_show_help (ProgressData *battstat, } } - /* Called when the user selects the 'help' menu item. */ static void @@ -1210,7 +1208,6 @@ battstat_applet_factory (MatePanelApplet *applet, return retval; } - MATE_PANEL_APPLET_OUT_PROCESS_FACTORY ("BattstatAppletFactory", PANEL_TYPE_APPLET, "battstat", |