Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_desktop


Modified Files:
        ecore_desktop_menu.c 


Log Message:
formatting fix

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_desktop/ecore_desktop_menu.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- ecore_desktop_menu.c        21 Dec 2006 03:36:27 -0000      1.38
+++ ecore_desktop_menu.c        21 Dec 2006 14:10:21 -0000      1.39
@@ -1036,10 +1036,10 @@
             ecore_desktop_tree_extend(menu, temp);
          }
 
-  if (old) free(old);
-  old = NULL;
-  if (new) free(new);
-  new = NULL;
+       if (old) free(old);
+       old = NULL;
+       if (new) free(new);
+       new = NULL;
      }
 }
 



-------------------------------------------------------------------------
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