From 695ba1e2dba25a8974e618b58c4d200cd1b6e8f3 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 13 Feb 2012 14:10:22 -0600 Subject: make prototypes for update_visibility() and should_be_visible() align with the neighboring forward declarations --- src/indicator-power.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/indicator-power.c') diff --git a/src/indicator-power.c b/src/indicator-power.c index 4b84b26..bdec98e 100644 --- a/src/indicator-power.c +++ b/src/indicator-power.c @@ -93,8 +93,8 @@ static GtkMenu* get_menu (IndicatorObject * io); static const gchar* get_accessible_desc (IndicatorObject * io); static const gchar* get_name_hint (IndicatorObject * io); -static void update_visibility (IndicatorPower * self); -static gboolean should_be_visible (IndicatorPower * self); +static void update_visibility (IndicatorPower * self); +static gboolean should_be_visible (IndicatorPower * self); static void gsd_appeared_callback (GDBusConnection *connection, const gchar *name, const gchar *name_owner, gpointer user_data); -- cgit v1.2.3