summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-09-26 12:46:04 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-09-26 12:46:04 +0200
commita4c1804cab2ace8c7496390132c8cdc019b55078 (patch)
tree720174e7edf347c9de69eb958903e8ebab5c428f /platform/linuxbsd
parentb64b464ba72ae54f6a1b90e403c6dfa2a7ccede6 (diff)
parentc92a6c7e27cc51e1161425fd2d6e85a63d4b81fb (diff)
downloadredot-engine-a4c1804cab2ace8c7496390132c8cdc019b55078.tar.gz
Merge pull request #97483 from akien-mga/clang-format-19.1.0
CI: Update `clang-format` pre-commit hook to 19.1.0
Diffstat (limited to 'platform/linuxbsd')
-rw-r--r--platform/linuxbsd/wayland/wayland_thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/linuxbsd/wayland/wayland_thread.h b/platform/linuxbsd/wayland/wayland_thread.h
index ad2e843a74..819a1205d6 100644
--- a/platform/linuxbsd/wayland/wayland_thread.h
+++ b/platform/linuxbsd/wayland/wayland_thread.h
@@ -665,7 +665,7 @@ private:
.preferred_buffer_transform = _wl_surface_on_preferred_buffer_transform,
};
- static constexpr struct wl_callback_listener frame_wl_callback_listener {
+ static constexpr struct wl_callback_listener frame_wl_callback_listener = {
.done = _frame_wl_callback_on_done,
};
@@ -683,7 +683,7 @@ private:
.name = _wl_seat_on_name,
};
- static constexpr struct wl_callback_listener cursor_frame_callback_listener {
+ static constexpr struct wl_callback_listener cursor_frame_callback_listener = {
.done = _cursor_frame_callback_on_done,
};