mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-01 16:36:22 +00:00
Remove whitespace
This commit is contained in:
@@ -517,7 +517,6 @@ win_page_down(ProfWin *window)
|
|||||||
void
|
void
|
||||||
win_sub_page_down(ProfWin *window)
|
win_sub_page_down(ProfWin *window)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (window->layout->type == LAYOUT_SPLIT) {
|
if (window->layout->type == LAYOUT_SPLIT) {
|
||||||
int rows = getmaxy(stdscr);
|
int rows = getmaxy(stdscr);
|
||||||
int page_space = rows - 4;
|
int page_space = rows - 4;
|
||||||
|
|||||||
Reference in New Issue
Block a user