fix whitespace formatting

This commit is contained in:
Carsten Haitzler 2014-06-07 14:57:44 +09:00
parent e45774f6f2
commit f4faf5d54a
1 changed files with 1 additions and 1 deletions

View File

@ -1984,7 +1984,7 @@ _elm_gengrid_item_edge_check(Elm_Object_Item *it,
else
{
if ((tmp->position <= ((col * row) + x)) &&
(tmp->position > ((col-1) * row) + x))
(tmp->position > ((col - 1) * row) + x))
return EINA_TRUE;
}
}