tasn pushed a commit to branch master.

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

commit e699087521c3a1a58ab25eb1a3007e38ce554e6d
Author: Tom Hacohen <[email protected]>
Date:   Thu May 1 13:28:16 2014 +0100

    Eo: fixed misleading indentation.
---
 src/lib/eo/eo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c
index 382d2c2..b22a15a 100644
--- a/src/lib/eo/eo.c
+++ b/src/lib/eo/eo.c
@@ -1400,7 +1400,7 @@ eo_class_new(const Eo_Class_Description *desc, const 
Eo_Class *parent_id, ...)
         eina_spinlock_free(&klass->iterators.trash_lock);
         _dich_func_clean_all(klass);
         free(klass);
-             return NULL;
+        return NULL;
      }
 
    eina_spinlock_take(&_eo_class_creation_lock);

-- 


Reply via email to