Formatting.
authorChristopher Michael <cpmichael1@comcast.net>
Mon, 28 Dec 2009 22:13:42 +0000 (22:13 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Mon, 28 Dec 2009 22:13:42 +0000 (22:13 +0000)
SVN revision: 44751

src/modules/illume-home/e_mod_main.c

index 274bff96dacc09420fcba4091c868cde6caa4d51..288930305b6244755a20d506c612c58099007a80 100644 (file)
@@ -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) 
      {