summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/TESTS/over.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libncurses/TESTS/over.c')
-rw-r--r--lib/libncurses/TESTS/over.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libncurses/TESTS/over.c b/lib/libncurses/TESTS/over.c
index 530e48d..1f336d4 100644
--- a/lib/libncurses/TESTS/over.c
+++ b/lib/libncurses/TESTS/over.c
@@ -13,7 +13,7 @@
* keypress, then removes the top window. With ncurses, *
* nothing changes on the display. *
*********************************************************************/
-
+
# include <ncurses.h> /* ncurses include lives here */
main()
@@ -54,7 +54,7 @@ main()
wnoutrefresh(win1);
wnoutrefresh(win2);
doupdate();
-
+
/****************************************************************
* Await a keypress to show what we've done so far. *
****************************************************************/
OpenPOWER on IntegriCloud