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/seccomp/seccomp-build.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sandbox/seccomp/seccomp-build.h') diff --git a/sandbox/seccomp/seccomp-build.h b/sandbox/seccomp/seccomp-build.h index 10f6eac2..324e6d23 100644 --- a/sandbox/seccomp/seccomp-build.h +++ b/sandbox/seccomp/seccomp-build.h @@ -19,5 +19,5 @@ typedef enum { } hakurei_filter_opts; extern void hakurei_println(char *v); -int32_t hakurei_build_filter(int *ret_p, int fd, uint32_t arch, uint32_t multiarch, - hakurei_filter_opts opts); \ No newline at end of file +int32_t hakurei_build_filter(int *ret_p, int fd, uint32_t arch, + uint32_t multiarch, hakurei_filter_opts opts); \ No newline at end of file -- cgit v1.3.1