Fixed the code style in *.c files to two spaces indentation and add a linter named funstx to Fun. (0.39.0)
This commit is contained in:
parent
33001a7ad2
commit
03b2532474
237 changed files with 17550 additions and 13911 deletions
|
|
@ -12,14 +12,15 @@
|
|||
/* NC_SHUTDOWN */
|
||||
case OP_NC_SHUTDOWN: {
|
||||
#ifdef FUN_WITH_NOTCURSES
|
||||
if (_fun_nc) {
|
||||
notcurses_stop(_fun_nc);
|
||||
_fun_nc = NULL;
|
||||
_fun_nc_std = NULL;
|
||||
}
|
||||
if (_fun_nc) {
|
||||
notcurses_stop(_fun_nc);
|
||||
_fun_nc = NULL;
|
||||
_fun_nc_std = NULL;
|
||||
}
|
||||
#else
|
||||
(void)_fun_nc; (void)_fun_nc_std;
|
||||
(void)_fun_nc;
|
||||
(void)_fun_nc_std;
|
||||
#endif
|
||||
push_value(vm, make_int(0));
|
||||
break;
|
||||
push_value(vm, make_int(0));
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue