build: update uncrustify to 0.76

This commit is contained in:
Lewis Russell
2023-04-19 17:04:00 +01:00
committed by GitHub
parent 3940c435e4
commit 706f871014
13 changed files with 196 additions and 87 deletions

View File

@@ -377,7 +377,8 @@ static int nlua_schedule(lua_State *const lstate)
// Dummy timer callback. Used by f_wait().
static void dummy_timer_due_cb(TimeWatcher *tw, void *data)
{}
{
}
// Dummy timer close callback. Used by f_wait().
static void dummy_timer_close_cb(TimeWatcher *tw, void *data)