Eo: Fix confusing indentation and style.
authorTom Hacohen <tom@stosb.com>
Wed, 14 Oct 2015 19:42:19 +0000 (20:42 +0100)
committerTom Hacohen <tom@stosb.com>
Wed, 14 Oct 2015 19:43:07 +0000 (20:43 +0100)
src/lib/eo/eo.c

index d84d110..8006318 100644 (file)
@@ -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;