formatting

SVN revision: 33993
This commit is contained in:
Sebastian Dransfeld 2008-03-12 10:05:19 +00:00
parent f6a2d93ced
commit d3fe458ab8
2 changed files with 9 additions and 9 deletions

View File

@ -304,7 +304,7 @@ ACT_FN_GO(window_kill)
if (e_config->cnfmdlg_disabled)
{
_e_actions_cb_kill_dialog_ok (obj, NULL);
_e_actions_cb_kill_dialog_ok(obj, NULL);
return;
}
@ -1583,7 +1583,7 @@ ACT_FN_GO(exit)
if (e_config->cnfmdlg_disabled)
{
_e_actions_cb_exit_dialog_ok (NULL, NULL);
_e_actions_cb_exit_dialog_ok(NULL, NULL);
return;
}
@ -1654,7 +1654,7 @@ ACT_FN_GO(logout)
if (e_config->cnfmdlg_disabled)
{
_e_actions_cb_logout_dialog_ok (NULL, NULL);
_e_actions_cb_logout_dialog_ok(NULL, NULL);
return;
}
@ -1713,7 +1713,7 @@ ACT_FN_GO(halt)
if (e_config->cnfmdlg_disabled)
{
_e_actions_cb_halt_dialog_ok (NULL, NULL);
_e_actions_cb_halt_dialog_ok(NULL, NULL);
return;
}
@ -1772,7 +1772,7 @@ ACT_FN_GO(reboot)
if (e_config->cnfmdlg_disabled)
{
_e_actions_cb_reboot_dialog_ok (NULL, NULL);
_e_actions_cb_reboot_dialog_ok(NULL, NULL);
return;
}
@ -1831,7 +1831,7 @@ ACT_FN_GO(suspend)
if (e_config->cnfmdlg_disabled)
{
_e_actions_cb_suspend_dialog_ok (NULL, NULL);
_e_actions_cb_suspend_dialog_ok(NULL, NULL);
return;
}
@ -1890,7 +1890,7 @@ ACT_FN_GO(hibernate)
if (e_config->cnfmdlg_disabled)
{
_e_actions_cb_hibernate_dialog_ok (NULL, NULL);
_e_actions_cb_hibernate_dialog_ok(NULL, NULL);
return;
}

View File

@ -310,7 +310,7 @@ e_font_fallback_append(const char *font)
{
E_Font_Fallback *eff;
e_font_fallback_remove (font);
e_font_fallback_remove(font);
eff = E_NEW(E_Font_Fallback, 1);
eff->name = evas_stringshare_add(font);
@ -322,7 +322,7 @@ e_font_fallback_prepend(const char *font)
{
E_Font_Fallback *eff;
e_font_fallback_remove (font);
e_font_fallback_remove(font);
eff = E_NEW(E_Font_Fallback, 1);
eff->name = evas_stringshare_add(font);