Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/canvas


Modified Files:
        evas_object_main.c 


Log Message:
Fix formatting of a function.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/canvas/evas_object_main.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -3 -r1.54 -r1.55
--- evas_object_main.c  16 Nov 2006 03:20:24 -0000      1.54
+++ evas_object_main.c  12 Feb 2007 17:02:15 -0000      1.55
@@ -13,10 +13,10 @@
  */
 #define FORWARD_NOOP_RESIZES_TO_SMART_OBJS
 
-static Evas_Object_List* get_layer_objects_last( Evas_Layer* l )
+static Evas_Object_List *
+get_layer_objects_last(Evas_Layer *l)
 {
-   if( !l || !l->objects )
-       return NULL;
+   if( !l || !l->objects ) return NULL;
 
    return ((Evas_Object_List *)(l->objects))->last;
 }



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to