Eina: formatting
authorcaro <caro>
Mon, 20 Aug 2012 06:16:22 +0000 (06:16 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 20 Aug 2012 06:16:22 +0000 (06:16 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@75440 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/eina_object.c

index edd96b0..f82aef3 100644 (file)
@@ -385,7 +385,7 @@ _eina_class_range_add(Eina_Class *class)
 
   /* and now find an empty block */
   EINA_INLIST_FOREACH(class->top->available, av)
-    if (av->end - av->start == class->pool_size)
+    if ((av->end - av->start) == class->pool_size)
       break;
 
   if (av)