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

@ -117,7 +117,7 @@ e_exec(E_Zone *zone, Efreet_Desktop *desktop, const char *exec,
inst = _e_exec_cb_exec(launch, NULL, strdup(exec), 0);
else
inst = efreet_desktop_command_get(desktop, files,
(Efreet_Desktop_Command_Cb) _e_exec_cb_exec, launch);
(Efreet_Desktop_Command_Cb)_e_exec_cb_exec, launch);
}
else
inst = _e_exec_cb_exec(launch, NULL, strdup(exec), 0);
@ -363,8 +363,6 @@ _e_exec_instance_free(E_Exec_Instance *inst)
free(inst);
}
static Eina_Bool
_e_exec_cb_instance_finish(void *data)
{
@ -372,7 +370,6 @@ _e_exec_cb_instance_finish(void *data)
return ECORE_CALLBACK_CANCEL;
}
static Eina_Bool
_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);
}