ctk-curses: whitespace fixes

This commit is contained in:
François Revol 2013-03-30 23:34:18 +01:00
parent a03334a59d
commit 3633c52bcb

View File

@ -146,7 +146,6 @@ console_init(void)
/* make sure we return the terminal in a clean state */ /* make sure we return the terminal in a clean state */
signal(SIGINT, ctrlhandler); signal(SIGINT, ctrlhandler);
atexit(console_exit); atexit(console_exit);
} }
/*-----------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------*/
void void
@ -163,7 +162,6 @@ console_exit(void)
clrscr(); clrscr();
gotoxy(0, 0); gotoxy(0, 0);
endwin(); endwin();
} }
/*-----------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------*/