summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/wayland/key_mapping_xkb.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-09-20 16:06:08 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-09-20 16:06:08 +0200
commitda9764ad438a0dab31f74791d1cf84612ed52c69 (patch)
tree644b6c8e05f5ef05da89f1b284f24256a3031616 /platform/linuxbsd/wayland/key_mapping_xkb.h
parent0a4aedb36065f66fc7e99cb2e6de3e55242f9dfb (diff)
parente90c5a46042feb4b1781062dc4d4e8f075009638 (diff)
downloadredot-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.h2
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();