From 863bf69ad32e44d06c654c8cfae875e37b8e5e5a Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 25 Jun 2025 23:43:42 +0900 Subject: treewide: reapply clang-format Signed-off-by: Ophestra --- sandbox/wl/wayland-bind.c | 2 +- sandbox/wl/wayland-bind.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sandbox/wl') 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 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 -- cgit v1.3.1