diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-09-20 16:06:08 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-09-20 16:06:08 +0200 |
commit | da9764ad438a0dab31f74791d1cf84612ed52c69 (patch) | |
tree | 644b6c8e05f5ef05da89f1b284f24256a3031616 /platform/linuxbsd/wayland/key_mapping_xkb.h | |
parent | 0a4aedb36065f66fc7e99cb2e6de3e55242f9dfb (diff) | |
parent | e90c5a46042feb4b1781062dc4d4e8f075009638 (diff) | |
download | redot-engine-da9764ad438a0dab31f74791d1cf84612ed52c69.tar.gz |
Merge pull request #93313 from Repiteo/ci/clang-format
CI: Update `clang-format` pre-commit hook to latest version
Diffstat (limited to 'platform/linuxbsd/wayland/key_mapping_xkb.h')
-rw-r--r-- | platform/linuxbsd/wayland/key_mapping_xkb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linuxbsd/wayland/key_mapping_xkb.h b/platform/linuxbsd/wayland/key_mapping_xkb.h index 306a8f25b5..9b8c90a445 100644 --- a/platform/linuxbsd/wayland/key_mapping_xkb.h +++ b/platform/linuxbsd/wayland/key_mapping_xkb.h @@ -51,7 +51,7 @@ class KeyMappingXKB { static inline HashMap<Key, unsigned int, HashMapHasherKeys> scancode_map_inv; static inline HashMap<unsigned int, KeyLocation, HashMapHasherKeys> location_map; - KeyMappingXKB(){}; + KeyMappingXKB() {} public: static void initialize(); |