commit a1834b92f9d4ef77aa410fab20f10e0983e0cb51 from: Marcel Rodrigues date: Wed Jun 03 13:50:30 2015 UTC Style: add whitespace after semicolon. commit - b25b6b527e29719f75164f1ef953668c38a590c0 commit + a1834b92f9d4ef77aa410fab20f10e0983e0cb51 blob - 3e92d56c717394739004d265fe011d189778eb1a blob + 4fc21ce0e5798d87f88459f89e7dc43aed8e89bc --- rover.c +++ rover.c @@ -371,7 +371,7 @@ update_view() if (j == ESEL) wattr_off(rover.window, A_REVERSE, NULL); } - for (;i < HEIGHT; i++) + for (; i < HEIGHT; i++) mvwhline(rover.window, i + 1, 1, ' ', COLS - 2); if (rover.nfiles > HEIGHT) { int center, height;