aboutsummaryrefslogtreecommitdiffhomepage
path: root/sandbox/wl
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
parent0e957cc9c1578ec5c2dd56b664c6731e9d032921 (diff)
treewide: reapply clang-format
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'sandbox/wl')
-rw-r--r--sandbox/wl/wayland-bind.c2
-rw-r--r--sandbox/wl/wayland-bind.h2
2 files changed, 2 insertions, 2 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;
diff --git a/sandbox/wl/wayland-bind.h b/sandbox/wl/wayland-bind.h
index 21136979..eae8936d 100644
--- a/sandbox/wl/wayland-bind.h
+++ b/sandbox/wl/wayland-bind.h
@@ -1,4 +1,4 @@
#include <stdint.h>
int32_t hakurei_bind_wayland_fd(char *socket_path, int fd, const char *app_id,
- const char *instance_id, int sync_fd); \ No newline at end of file
+ const char *instance_id, int sync_fd); \ No newline at end of file