Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/scrollbar


Modified Files:
        ewl_scrollbar.c 


Log Message:
- formatting

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/scrollbar/ewl_scrollbar.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_scrollbar.c     17 Oct 2006 04:59:58 -0000      1.1
+++ ewl_scrollbar.c     6 Dec 2006 20:21:58 -0000       1.2
@@ -19,15 +19,15 @@
 {
        Ewl_Widget *hscrollbar, *vscrollbar;
 
-        hscrollbar = ewl_hscrollbar_new();
-        ewl_object_padding_set(EWL_OBJECT(hscrollbar), 10, 10, 10, 0);
-        ewl_container_child_append(box, hscrollbar);
-        ewl_widget_show(hscrollbar);
+       hscrollbar = ewl_hscrollbar_new();
+       ewl_object_padding_set(EWL_OBJECT(hscrollbar), 10, 10, 10, 0);
+       ewl_container_child_append(box, hscrollbar);
+       ewl_widget_show(hscrollbar);
 
-        vscrollbar = ewl_vscrollbar_new();
-        ewl_object_padding_set(EWL_OBJECT(vscrollbar), 10, 10, 10, 10);
-        ewl_container_child_append(box, vscrollbar);
-        ewl_widget_show(vscrollbar);
+       vscrollbar = ewl_vscrollbar_new();
+       ewl_object_padding_set(EWL_OBJECT(vscrollbar), 10, 10, 10, 10);
+       ewl_container_child_append(box, vscrollbar);
+       ewl_widget_show(vscrollbar);
        
        return 1;
 }



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