Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        Ewl_Test.h ewl_embed_test.c ewl_simple_test.c 
        ewl_test_private.h main.c 


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

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/Ewl_Test.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- Ewl_Test.h  11 Nov 2007 08:03:39 -0000      1.11
+++ Ewl_Test.h  6 May 2008 20:09:01 -0000       1.12
@@ -1,4 +1,4 @@
-/* vim: set sw=8 ts=8 sts=8 noexpandtab: */
+/* vim: set sw=8 ts=8 sts=8 expandtab: */
 #ifndef EWL_TEST_H
 #define EWL_TEST_H
 
@@ -10,11 +10,11 @@
  */
 enum Ewl_Test_Type
 {
-       EWL_TEST_TYPE_SIMPLE,
-       EWL_TEST_TYPE_ADVANCED,
-       EWL_TEST_TYPE_CONTAINER,
-       EWL_TEST_TYPE_MISC,
-       EWL_TEST_TYPE_UNIT
+        EWL_TEST_TYPE_SIMPLE,
+        EWL_TEST_TYPE_ADVANCED,
+        EWL_TEST_TYPE_CONTAINER,
+        EWL_TEST_TYPE_MISC,
+        EWL_TEST_TYPE_UNIT
 };
 typedef enum Ewl_Test_Type Ewl_Test_Type;
 
@@ -28,12 +28,12 @@
  */
 struct Ewl_Unit_Test
 {
-       const char *name;                /**< The test name */
-       int (*func)(char *buf, int len); /**< The test function */
+        const char *name;               /**< The test name */
+        int (*func)(char *buf, int len); /**< The test function */
 
-       char *failure_reason;           /**< Test failure reason */
-       short status;           /**< Test status */
-       unsigned int quiet: 1;  /**< Boolean to disable stderr */
+        char *failure_reason;          /**< Test failure reason */
+        short status;          /**< Test status */
+        unsigned int quiet: 1; /**< Boolean to disable stderr */
 };
 
 /**
@@ -46,14 +46,14 @@
  */
 struct Ewl_Test
 {
-       const char *name;                /**< The test name */
-       const char *filename;            /**< Filename of the test */
-       const char *tip;                 /**< Tooltip for the test */
-
-       Ecore_Plugin *plugin;            /**< Dynamic file handle for test */
-       Ewl_Test_Type type;              /**< The type of test */
-       int (*func)(Ewl_Container *con); /**< The test function */
-       Ewl_Unit_Test *unit_tests;       /**< The test unit tests */
+        const char *name;               /**< The test name */
+        const char *filename;           /**< Filename of the test */
+        const char *tip;                /**< Tooltip for the test */
+
+        Ecore_Plugin *plugin;           /**< Dynamic file handle for test */
+        Ewl_Test_Type type;             /**< The type of test */
+        int (*func)(Ewl_Container *con); /**< The test function */
+        Ewl_Unit_Test *unit_tests;      /**< The test unit tests */
 };
 
 #endif



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