eolian: cleanup
authorDaniel Kolesa <d.kolesa@samsung.com>
Fri, 5 Sep 2014 15:21:39 +0000 (16:21 +0100)
committerDaniel Kolesa <d.kolesa@samsung.com>
Fri, 5 Sep 2014 15:21:39 +0000 (16:21 +0100)
src/lib/eolian/database_fill.c

index 6dcdf43..a2f5395 100644 (file)
@@ -335,11 +335,8 @@ _db_fill_implement(Eolian_Class *cl, Eolian_Implement *impl)
         cl->class_dtor_enable = EINA_TRUE;
         return 1;
      }
-   else
-     {
-        if (!_get_impl_func(cl, impl, ftype, &foo_id))
-          return _func_error(cl, impl);
-     }
+   else if (!_get_impl_func(cl, impl, ftype, &foo_id))
+     return _func_error(cl, impl);
 
 pasttags:
    if (impl_name[0] == '.')