pre-commit: re-format using clang-format hook (v18.1.8)

This commit is contained in:
Maxime Vincent
2024-09-13 21:39:26 +02:00
committed by Pete Johanson
parent 82a22d731b
commit 67d595f29f
16 changed files with 45 additions and 59 deletions

View File

@@ -13,9 +13,7 @@ K_THREAD_STACK_DEFINE(lowprio_q_stack, CONFIG_ZMK_LOW_PRIORITY_THREAD_STACK_SIZE
static struct k_work_q lowprio_work_q;
struct k_work_q *zmk_workqueue_lowprio_work_q(void) {
return &lowprio_work_q;
}
struct k_work_q *zmk_workqueue_lowprio_work_q(void) { return &lowprio_work_q; }
static int workqueue_init(void) {
static const struct k_work_queue_config queue_config = {.name = "Low Priority Work Queue"};