Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_button.c 


Log Message:
- formatting

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_button.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- ewl_button.c        12 Oct 2005 03:53:24 -0000      1.12
+++ ewl_button.c        23 Oct 2005 05:19:37 -0000      1.13
@@ -9,8 +9,8 @@
  */
 struct 
 {
-       char            *label;
-       char            *image_key;
+       char *label;
+       char *image_key;
 } ewl_stock_items[] = {
                {"Apply",       "/stock/apply"},
                {/*Arrow*/"Down",       "/stock/arrow/down"},
@@ -37,7 +37,7 @@
 Ewl_Widget *
 ewl_button_new(void)
 {
-       Ewl_Button     *b;
+       Ewl_Button *b;
 
        DENTER_FUNCTION(DLEVEL_STABLE);
 
@@ -63,7 +63,7 @@
 int
 ewl_button_init(Ewl_Button *b)
 {
-       Ewl_Widget     *w;
+       Ewl_Widget *w;
 
        DENTER_FUNCTION(DLEVEL_STABLE);
        DCHECK_PARAM_PTR_RET("b", b, 0);




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to