formatting

SVN revision: 72535
This commit is contained in:
Mike Blumenkrantz 2012-06-20 08:51:08 +00:00
parent 761d8ecfd2
commit b2c96e3161
1 changed files with 270 additions and 272 deletions

View File

@ -363,8 +363,6 @@ _e_exec_instance_free(E_Exec_Instance *inst)
free(inst); free(inst);
} }
static Eina_Bool static Eina_Bool
_e_exec_cb_instance_finish(void *data) _e_exec_cb_instance_finish(void *data)
{ {
@ -372,7 +370,6 @@ _e_exec_cb_instance_finish(void *data)
return ECORE_CALLBACK_CANCEL; return ECORE_CALLBACK_CANCEL;
} }
static Eina_Bool static Eina_Bool
_e_exec_cb_exit(void *data __UNUSED__, int type __UNUSED__, void *event) _e_exec_cb_exit(void *data __UNUSED__, int type __UNUSED__, void *event)
{ {
@ -870,3 +867,4 @@ _dialog_save_cb(void *data __UNUSED__, void *data2)
fclose(f); fclose(f);
} }