blank line --
authordavemds <dave@gurumeditation.it>
Sat, 9 Aug 2014 13:59:39 +0000 (15:59 +0200)
committerdavemds <dave@gurumeditation.it>
Sat, 9 Aug 2014 13:59:39 +0000 (15:59 +0200)
Remove an unwanted blank line from my previous commit

src/lib/elm_gengrid.c

index 08b6c72..3909123 100644 (file)
@@ -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;