Eina: formatting

SVN revision: 75440
This commit is contained in:
Vincent Torri 2012-08-20 06:16:22 +00:00
parent 9473f2c7d2
commit 3e07b05cd9
1 changed files with 1 additions and 1 deletions

View 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)