From: davemds Date: Sat, 9 Aug 2014 13:59:39 +0000 (+0200) Subject: blank line -- X-Git-Tag: v1.11.0-beta2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=708dd2ea88cc2f402f0399cd265dbc5ef443decb;p=platform%2Fupstream%2Felementary.git blank line -- Remove an unwanted blank line from my previous commit --- diff --git a/src/lib/elm_gengrid.c b/src/lib/elm_gengrid.c index 08b6c72..3909123 100644 --- a/src/lib/elm_gengrid.c +++ b/src/lib/elm_gengrid.c @@ -188,7 +188,6 @@ _item_show_region(void *data) else if (sd->item_width > 0) { col = cvw / sd->item_width; - if (col <= 0) col = 1; y = (it->position - 1) / col; x = (it->position - 1) % col;