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 --- acl/acl-update.c | 4 ++-- acl/acl-update.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'acl') diff --git a/acl/acl-update.c b/acl/acl-update.c index c3e9e839..c6816f61 100644 --- a/acl/acl-update.c +++ b/acl/acl-update.c @@ -4,8 +4,8 @@ #include #include -int hakurei_acl_update_file_by_uid(const char *path_p, uid_t uid, acl_perm_t *perms, - size_t plen) { +int hakurei_acl_update_file_by_uid(const char *path_p, uid_t uid, + acl_perm_t *perms, size_t plen) { int ret = -1; bool v; int i; diff --git a/acl/acl-update.h b/acl/acl-update.h index 6ad1a873..b86eb170 100644 --- a/acl/acl-update.h +++ b/acl/acl-update.h @@ -1,4 +1,4 @@ #include -int hakurei_acl_update_file_by_uid(const char *path_p, uid_t uid, acl_perm_t *perms, - size_t plen); +int hakurei_acl_update_file_by_uid(const char *path_p, uid_t uid, + acl_perm_t *perms, size_t plen); -- cgit v1.3.1