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

@@ -183,7 +183,8 @@ static const struct kscan_driver_api ksbb_api = {
#define ENTRY(e) \
{ \
.row = DT_PROP(e, row), .column = DT_PROP(e, column), \
.row = DT_PROP(e, row), \
.column = DT_PROP(e, column), \
.binding = ZMK_KEYMAP_EXTRACT_BINDING(0, e), \
}