Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_image.c ewl_image.h 


Log Message:
- fix formatting

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_image.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -3 -r1.62 -r1.63
--- ewl_image.c 9 Jul 2007 20:54:37 -0000       1.62
+++ ewl_image.c 9 Jul 2007 21:03:24 -0000       1.63
@@ -721,8 +721,8 @@
 ewl_image_thumbnail_size_get(Ewl_Image_Thumbnail *thumb)
 {
        DENTER_FUNCTION(DLEVEL_STABLE);
-        DCHECK_PARAM_PTR_RET("thumb", thumb, EWL_THUMBNAIL_SIZE_NORMAL);
-        
+       DCHECK_PARAM_PTR_RET("thumb", thumb, EWL_THUMBNAIL_SIZE_NORMAL);
+
        DRETURN_INT(thumb->size, DLEVEL_STABLE);
 }
 
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_image.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- ewl_image.h 9 Jul 2007 21:01:31 -0000       1.38
+++ ewl_image.h 9 Jul 2007 21:03:24 -0000       1.39
@@ -129,7 +129,7 @@
 int             ewl_image_thumbnail_init(Ewl_Image_Thumbnail *image);
 void            ewl_image_thumbnail_size_set(Ewl_Image_Thumbnail *thumb, 
                                                        Ewl_Thumbnail_Size s);
-Ewl_Thumbnail_Size      ewl_image_thumbnail_size_get(Ewl_Image_Thumbnail 
*thumb);
+Ewl_Thumbnail_Size ewl_image_thumbnail_size_get(Ewl_Image_Thumbnail *thumb);
 void            ewl_image_thumbnail_request(Ewl_Image_Thumbnail *thumb,
                                                const char *path);
 



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to