raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=3f0826942b1a2c7b879647d8325f2fc5e1de0fcc
commit 3f0826942b1a2c7b879647d8325f2fc5e1de0fcc Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Sat Jun 7 14:57:44 2014 +0900 fix whitespace formatting --- src/lib/elm_gengrid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_gengrid.c b/src/lib/elm_gengrid.c index 2868896..c5953c1 100644 --- a/src/lib/elm_gengrid.c +++ b/src/lib/elm_gengrid.c @@ -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; } } --
