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 */
|
/* 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();
|
||||||
}
|
}
|
||||||
/*-----------------------------------------------------------------------------------*/
|
/*-----------------------------------------------------------------------------------*/
|
||||||
|
|
Loading…
Reference in a new issue