From e699087521c3a1a58ab25eb1a3007e38ce554e6d Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 1 May 2014 13:28:16 +0100 Subject: [PATCH] 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 382d2c2e70..b22a15a69c 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);