Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_border.c 


Log Message:
- formatting

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_border.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ewl_border.c        22 Oct 2005 16:27:29 -0000      1.7
+++ ewl_border.c        22 Oct 2005 16:28:53 -0000      1.8
@@ -7,9 +7,10 @@
  * @return Returns a new border container on success, NULL on failure.
  * @brief Allocate and initialize a new border container
  */
-Ewl_Widget     *ewl_border_new(void)
+Ewl_Widget *
+ewl_border_new(void)
 {
-       Ewl_Border     *b;
+       Ewl_Border *b;
 
        DENTER_FUNCTION(DLEVEL_STABLE);
 
@@ -28,9 +29,10 @@
  * @return Returns TRUE on success, FALSE on failure.
  * @brief Initialize a border container to default values
  */
-int ewl_border_init(Ewl_Border * b)
+int
+ewl_border_init(Ewl_Border * b)
 {
-       Ewl_Widget     *w;
+       Ewl_Widget *w;
 
        DENTER_FUNCTION(DLEVEL_STABLE);
        DCHECK_PARAM_PTR_RET("b", b, FALSE);
@@ -71,7 +73,8 @@
  *
  * Change the text of the border label to the string @a t.
  */
-void ewl_border_text_set(Ewl_Border * b, char *t)
+void
+ewl_border_text_set(Ewl_Border * b, char *t)
 {
        DENTER_FUNCTION(DLEVEL_STABLE);
        DCHECK_PARAM_PTR("b", b);
@@ -87,7 +90,8 @@
  * @return Returns the border label text on success, NULL on failure.
  * @brief Get the text label from a border widget
  */
-char *ewl_border_text_get(Ewl_Border * b)
+char *
+ewl_border_text_get(Ewl_Border * b)
 {
        DENTER_FUNCTION(DLEVEL_STABLE);
        DCHECK_PARAM_PTR_RET("b", b, NULL);




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