build: bump uncrustify version

Biggest change is that uncrustify is silent during linting.
This commit is contained in:
dundargoc
2023-11-16 10:59:11 +01:00
committed by dundargoc
parent de28a0f84c
commit 1798a4b5e9
8 changed files with 88 additions and 14 deletions

View File

@@ -474,7 +474,8 @@ static int nlua_wait(lua_State *lstate)
(int)timeout,
got_int || (is_function ? nlua_wait_condition(lstate,
&pcall_status,
&callback_result) : false));
&callback_result) :
false));
// Stop dummy timer
time_watcher_stop(tw);