ctk-curses: whitespace fixes
This commit is contained in:
parent
a03334a59d
commit
3633c52bcb
1 changed files with 0 additions and 2 deletions
|
@ -146,7 +146,6 @@ console_init(void)
|
|||
/* make sure we return the terminal in a clean state */
|
||||
signal(SIGINT, ctrlhandler);
|
||||
atexit(console_exit);
|
||||
|
||||
}
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
void
|
||||
|
@ -163,7 +162,6 @@ console_exit(void)
|
|||
clrscr();
|
||||
gotoxy(0, 0);
|
||||
|
||||
|
||||
endwin();
|
||||
}
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
|
|
Loading…
Reference in a new issue