Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_ipc_handlers.h 


Log Message:
Formatting

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_ipc_handlers.h,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -3 -r1.130 -r1.131
--- e_ipc_handlers.h    5 Jun 2006 10:50:33 -0000       1.130
+++ e_ipc_handlers.h    19 Jul 2006 13:44:32 -0000      1.131
@@ -955,16 +955,16 @@
 #elif (TYPE == E_WM_IN)
    STRING(s, HDL);
    E_App *a;
-   if(ecore_file_exists(s))
+   if (ecore_file_exists(s))
      {
        a = e_app_new(s, 0);
-       if(a)
+       if (a)
          e_eap_edit_show(e_container_current_get(e_manager_current_get()), a);
      }
    else
     {
        a = e_app_empty_new(s);
-       if(a)
+       if (a)
         e_eap_edit_show(e_container_current_get(e_manager_current_get()), a);
     }
    END_STRING(s);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to