aboutsummaryrefslogtreecommitdiffhomepage
path: root/sandbox/wl/wayland-bind.c
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-06-25 23:43:42 +0900
committerOphestra <cat@gensokyo.uk>2025-06-25 23:43:42 +0900
commit863bf69ad32e44d06c654c8cfae875e37b8e5e5a (patch)
tree181641ed4f489cc8a0900a7247cf995526106b1d /sandbox/wl/wayland-bind.c
parent0e957cc9c1578ec5c2dd56b664c6731e9d032921 (diff)
treewide: reapply clang-format
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'sandbox/wl/wayland-bind.c')
-rw-r--r--sandbox/wl/wayland-bind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/wl/wayland-bind.c b/sandbox/wl/wayland-bind.c
index 432527f1..bf766533 100644
--- a/sandbox/wl/wayland-bind.c
+++ b/sandbox/wl/wayland-bind.c
@@ -29,7 +29,7 @@ static const struct wl_registry_listener registry_listener = {
};
int32_t hakurei_bind_wayland_fd(char *socket_path, int fd, const char *app_id,
- const char *instance_id, int sync_fd) {
+ const char *instance_id, int sync_fd) {
int32_t res = 0; /* refer to resErr for corresponding Go error */
struct wl_display *display;