mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-21 23:31:11 +00:00
ctk-curses: whitespace fixes
This commit is contained in:
parent
a03334a59d
commit
3633c52bcb
@ -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…
x
Reference in New Issue
Block a user