davemds pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=708dd2ea88cc2f402f0399cd265dbc5ef443decb

commit 708dd2ea88cc2f402f0399cd265dbc5ef443decb
Author: davemds <[email protected]>
Date:   Sat Aug 9 15:59:39 2014 +0200

    blank line --
    
    Remove an unwanted blank line from my previous commit
---
 src/lib/elm_gengrid.c | 1 -
 1 file changed, 1 deletion(-)

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;

-- 


Reply via email to