summaryrefslogtreecommitdiff
path: root/battstat/battstat.h
diff options
context:
space:
mode:
Diffstat (limited to 'battstat/battstat.h')
-rw-r--r--battstat/battstat.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/battstat/battstat.h b/battstat/battstat.h
index d0d4e402..77ff8f10 100644
--- a/battstat/battstat.h
+++ b/battstat/battstat.h
@@ -142,15 +142,15 @@ typedef struct _ProgressData {
} ProgressData;
/* battstat_applet.c */
-void reconfigure_layout( ProgressData *battstat );
-void battstat_show_help( ProgressData *battstat, const char *section );
+void reconfigure_layout (ProgressData *battstat);
+void battstat_show_help (ProgressData *battstat, const char *section);
void prop_cb (GtkAction *, ProgressData *);
/* power-management.c */
-const char *power_management_getinfo( BatteryStatus *status );
+const char *power_management_getinfo (BatteryStatus *status);
const char *power_management_initialise (void (*callback) (void));
-void power_management_cleanup( void );
+void power_management_cleanup (void);
-int power_management_using_upower( void );
+int power_management_using_upower (void);
#endif /* _battstat_h_ */