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

@ -245,7 +245,7 @@ static int behavior_tap_dance_init(const struct device *dev) {
#define _TRANSFORM_ENTRY(idx, node) ZMK_KEYMAP_EXTRACT_BINDING(idx, node)
#define TRANSFORMED_BINDINGS(node) \
{ LISTIFY(DT_INST_PROP_LEN(node, bindings), _TRANSFORM_ENTRY, (, ), DT_DRV_INST(node)) }
{LISTIFY(DT_INST_PROP_LEN(node, bindings), _TRANSFORM_ENTRY, (, ), DT_DRV_INST(node))}
#define KP_INST(n) \
static struct zmk_behavior_binding \