From b23f8235e28472c410dcb00893e0e3d403892673 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 31 Oct 2020 22:14:27 +0100 Subject: Whitespace and indentation issues --- IncSet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IncSet.c') diff --git a/IncSet.c b/IncSet.c index 40fe9532..3deda737 100644 --- a/IncSet.c +++ b/IncSet.c @@ -170,7 +170,7 @@ bool IncSet_handleKey(IncSet* this, int ch, Panel* panel, IncMode_GetPanelValue doSearch = false; } } else if (ch == KEY_RESIZE) { - Panel_resize(panel, COLS, LINES-panel->y-1); + Panel_resize(panel, COLS, LINES - panel->y - 1); } else { if (mode->isFilter) { filterChanged = true; -- cgit v1.2.3