From ef80b19f2fbd6953340ff463b865931f32d14fb7 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 18 Jun 2025 13:43:48 +0900 Subject: treewide: switch to clang-format Signed-off-by: Ophestra --- acl/acl-update.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'acl/acl-update.h') diff --git a/acl/acl-update.h b/acl/acl-update.h index e758788e..fa1541fd 100644 --- a/acl/acl-update.h +++ b/acl/acl-update.h @@ -1,3 +1,4 @@ #include -int f_acl_update_file_by_uid(const char *path_p, uid_t uid, acl_perm_t *perms, size_t plen); +int f_acl_update_file_by_uid(const char *path_p, uid_t uid, acl_perm_t *perms, + size_t plen); -- cgit v1.3.1