From 0bf83a81234b4f41f91bc9ccc80a1d4c9b95cade Mon Sep 17 00:00:00 2001 From: William McBrine Date: Tue, 11 Dec 2018 21:31:54 -0500 Subject: [PATCH] Spacing (no tabs). --- pdcurses/getyx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdcurses/getyx.c b/pdcurses/getyx.c index ef694c72..3ea8c941 100644 --- a/pdcurses/getyx.c +++ b/pdcurses/getyx.c @@ -145,6 +145,6 @@ int setsyx(int y, int x) { curscr->_leaveit = FALSE; wmove(curscr, y, x); - return OK; + return OK; } }