formatting

SVN revision: 72474
This commit is contained in:
Mike Blumenkrantz 2012-06-19 12:20:33 +00:00
parent b331eececb
commit 9f58d105a9
1 changed files with 486 additions and 486 deletions

View File

@ -106,8 +106,6 @@ static Ecore_Idle_Enterer *_idle_before = NULL;
static Ecore_Idle_Enterer *_idle_after = NULL;
static Ecore_Idle_Enterer *_idle_flush = NULL;
/* external variables */
EAPI Eina_Bool e_precache_end = EINA_FALSE;
EAPI Eina_Bool x_fatal = EINA_FALSE;
@ -681,7 +679,8 @@ main(int argc, char **argv)
if ((locked) && ((!e_config->show_splash) && (!after_restart)))
e_desklock_show();
else if (waslocked) e_desklock_show();
else if (waslocked)
e_desklock_show();
if (e_config->show_splash)
e_init_status_set(_("Setup Message Bus"));
@ -1817,3 +1816,4 @@ _e_main_cb_startup_fake_end(void *data __UNUSED__)
e_init_hide();
return ECORE_CALLBACK_CANCEL;
}