format with uncrustify

This commit is contained in:
Pim van Pelt
2018-11-04 14:19:00 +01:00
parent 8cfcfc9af3
commit 5c26d2d43b
4 changed files with 28 additions and 27 deletions

View File

@ -156,6 +156,7 @@ struct channel_set_cb_args {
static void channel_set_cb(void *arg) { static void channel_set_cb(void *arg) {
struct channel_set_cb_args *cb_args = (struct channel_set_cb_args *)arg; struct channel_set_cb_args *cb_args = (struct channel_set_cb_args *)arg;
if (!arg) { if (!arg) {
LOG(LL_ERROR, ("Callback arg is NULL")); LOG(LL_ERROR, ("Callback arg is NULL"));
return; return;