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

@@ -17,7 +17,7 @@
/**
* Gets the sensor number from the virtual key position.
*/
#define ZMK_SENSOR_POSITION_FROM_VIRTUAL_KEY_POSITION(vkp) ((vkp)-ZMK_KEYMAP_LEN)
#define ZMK_SENSOR_POSITION_FROM_VIRTUAL_KEY_POSITION(vkp) ((vkp) - ZMK_KEYMAP_LEN)
/**
* Gets the virtual key position to use for the combo with the given index.