formatting

SVN revision: 76939
This commit is contained in:
Mike Blumenkrantz 2012-09-21 08:16:50 +00:00
parent 426f96b8f8
commit af16f102d0
2 changed files with 90 additions and 91 deletions

View File

@ -49,7 +49,6 @@ static Eina_List *clock_instances = NULL;
static E_Action *act = NULL;
static Ecore_Timer *update_today = NULL;
/* and actually define the gadcon class that this module provides (just 1) */
static const E_Gadcon_Client_Class _gadcon_class =
{
@ -723,7 +722,6 @@ _gc_icon(const E_Gadcon_Client_Class *client_class __UNUSED__, Evas *evas)
return o;
}
static const char *
_gc_id_new(const E_Gadcon_Client_Class *client_class __UNUSED__)
{
@ -894,3 +892,4 @@ e_modapi_save(E_Module *m __UNUSED__)
e_config_domain_save("module.clock", conf_edd, clock_config);
return 1;
}