raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=200490a85047d681c959ba1c6daf742c77d9b694

commit 200490a85047d681c959ba1c6daf742c77d9b694
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Thu Nov 17 17:15:46 2016 +0900

    eo src formatting - line up struct member
---
 src/lib/eo/eo_base_class.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/eo/eo_base_class.c b/src/lib/eo/eo_base_class.c
index 218ef40..0e94434 100644
--- a/src/lib/eo/eo_base_class.c
+++ b/src/lib/eo/eo_base_class.c
@@ -28,7 +28,7 @@ typedef struct
    Eina_Inlist               *children;
    Eo                        *parent;
 
-   Efl_Object_Extension         *ext;
+   Efl_Object_Extension      *ext;
 
    Eina_Inlist               *current;
 

-- 


Reply via email to