tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=535076f42587c1e66938ddb862a356ebffd79676

commit 535076f42587c1e66938ddb862a356ebffd79676
Author: Tom Hacohen <t...@stosb.com>
Date:   Wed Oct 14 20:42:19 2015 +0100

    Eo: Fix confusing indentation and style.
---
 src/lib/eo/eo.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c
index d84d110..8006318 100644
--- a/src/lib/eo/eo.c
+++ b/src/lib/eo/eo.c
@@ -1579,9 +1579,10 @@ _eo_data_scope_get(const _Eo_Object *obj, const 
_Eo_Class *klass)
      return ((char *) obj) + _eo_sz + klass->data_offset;
 
    if (EINA_UNLIKELY(klass->desc->data_size == 0))
-     return NULL;
+     {
+        return NULL;
+     }
    else
-
      {
         Eo_Extension_Data_Offset *doff_itr = obj->klass->extn_data_off;
 

-- 


Reply via email to