forked from kofal.net/zmk
pre-commit: re-format using clang-format hook (v18.1.8)
This commit is contained in:
committed by
Pete Johanson
parent
82a22d731b
commit
67d595f29f
@@ -116,9 +116,7 @@ int zmk_endpoints_toggle_transport(void) {
|
||||
return zmk_endpoints_select_transport(new_transport);
|
||||
}
|
||||
|
||||
struct zmk_endpoint_instance zmk_endpoints_selected(void) {
|
||||
return current_instance;
|
||||
}
|
||||
struct zmk_endpoint_instance zmk_endpoints_selected(void) { return current_instance; }
|
||||
|
||||
static int send_keyboard_report(void) {
|
||||
switch (current_instance.transport) {
|
||||
|
||||
Reference in New Issue
Block a user