1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

Remove whitespace

This commit is contained in:
James Booth 2016-10-15 16:42:23 +01:00
parent 6ed04d87b3
commit e29e532d87

View File

@ -517,7 +517,6 @@ win_page_down(ProfWin *window)
void
win_sub_page_down(ProfWin *window)
{
if (window->layout->type == LAYOUT_SPLIT) {
int rows = getmaxy(stdscr);
int page_space = rows - 4;