From b73a789dfe2b7361d9fce7d6755d14e44f6d9d57 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 16 Nov 2025 20:57:29 +0900 Subject: .clang-format: increase indent width This significantly increases readability. This patch is pretty big so it is being done after mostly everything has settled. Signed-off-by: Ophestra --- container/seccomp/libseccomp-helper.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'container/seccomp/libseccomp-helper.h') diff --git a/container/seccomp/libseccomp-helper.h b/container/seccomp/libseccomp-helper.h index 72e29771..655110e4 100644 --- a/container/seccomp/libseccomp-helper.h +++ b/container/seccomp/libseccomp-helper.h @@ -7,15 +7,15 @@ #endif typedef enum { - HAKUREI_EXPORT_MULTIARCH = 1 << 0, - HAKUREI_EXPORT_CAN = 1 << 1, - HAKUREI_EXPORT_BLUETOOTH = 1 << 2, + HAKUREI_EXPORT_MULTIARCH = 1 << 0, + HAKUREI_EXPORT_CAN = 1 << 1, + HAKUREI_EXPORT_BLUETOOTH = 1 << 2, } hakurei_export_flag; struct hakurei_syscall_rule { - int syscall; - int m_errno; - struct scmp_arg_cmp *arg; + int syscall; + int m_errno; + struct scmp_arg_cmp *arg; }; extern void *hakurei_scmp_allocate(uintptr_t f, size_t len); -- cgit v1.3.1