Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_scrollpane_test.c 


Log Message:
- change tabs to spaces (Ewl uses 8 space indent now instead of a tab)

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/scrollpane/ewl_scrollpane_test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_scrollpane_test.c       8 Jan 2008 03:51:09 -0000       1.2
+++ ewl_scrollpane_test.c       6 May 2008 20:18:56 -0000       1.3
@@ -1,4 +1,4 @@
-/* vim: set sw=8 ts=8 sts=8 noexpandtab: */
+/* vim: set sw=8 ts=8 sts=8 expandtab: */
 #include "Ewl_Test.h"
 #include "ewl_test_private.h"
 #include "ewl_button.h"
@@ -11,30 +11,30 @@
 void
 test_info(Ewl_Test *test)
 {
-       test->name = "Scrollpane";
-       test->tip = "A scrollpane.";
-       test->filename = __FILE__;
-       test->func = create_test;
-       test->type = EWL_TEST_TYPE_CONTAINER;
+        test->name = "Scrollpane";
+        test->tip = "A scrollpane.";
+        test->filename = __FILE__;
+        test->func = create_test;
+        test->type = EWL_TEST_TYPE_CONTAINER;
 }
 
 static int
 create_test(Ewl_Container *box)
 {
-       Ewl_Widget *scrollpane;
-       Ewl_Widget *button;
+        Ewl_Widget *scrollpane;
+        Ewl_Widget *button;
 
-       scrollpane = ewl_scrollpane_new();
-       ewl_container_child_append(box, scrollpane);
-       ewl_widget_show(scrollpane);
-
-       button = ewl_button_new();
-       ewl_button_label_set(EWL_BUTTON(button), "Scroll!");
-       ewl_object_minimum_size_set(EWL_OBJECT(button), 500, 500);
-       ewl_object_padding_set(EWL_OBJECT(button), 20, 20, 20, 20);
-       ewl_container_child_append(EWL_CONTAINER(scrollpane), button);
-       ewl_widget_show(button);
+        scrollpane = ewl_scrollpane_new();
+        ewl_container_child_append(box, scrollpane);
+        ewl_widget_show(scrollpane);
+
+        button = ewl_button_new();
+        ewl_button_label_set(EWL_BUTTON(button), "Scroll!");
+        ewl_object_minimum_size_set(EWL_OBJECT(button), 500, 500);
+        ewl_object_padding_set(EWL_OBJECT(button), 20, 20, 20, 20);
+        ewl_container_child_append(EWL_CONTAINER(scrollpane), button);
+        ewl_widget_show(button);
 
-       return 1;
+        return 1;
 }
 



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to