From c7a233c60e3dda346880cd5c63af36519cd2d1c6 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 28 Dec 2009 22:13:42 +0000 Subject: [PATCH] Formatting. SVN revision: 44751 --- src/modules/illume-home/e_mod_main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/illume-home/e_mod_main.c b/src/modules/illume-home/e_mod_main.c index 274bff96d..288930305 100644 --- a/src/modules/illume-home/e_mod_main.c +++ b/src/modules/illume-home/e_mod_main.c @@ -470,8 +470,7 @@ _il_home_desktop_run(Il_Home_Win *hwin, Efreet_Desktop *desktop) E_Border *b; char buff[PATH_MAX]; - if (!desktop) return; - if (!desktop->exec) return; + if ((!desktop) || (!desktop->exec)) return; EINA_LIST_FOREACH(exes, l, exe) {