aboutsummaryrefslogtreecommitdiffhomepage
path: root/acl/acl-update.c
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-06-25 23:43:42 +0900
committerOphestra <cat@gensokyo.uk>2025-06-25 23:43:42 +0900
commit863bf69ad32e44d06c654c8cfae875e37b8e5e5a (patch)
tree181641ed4f489cc8a0900a7247cf995526106b1d /acl/acl-update.c
parent0e957cc9c1578ec5c2dd56b664c6731e9d032921 (diff)
treewide: reapply clang-format
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'acl/acl-update.c')
-rw-r--r--acl/acl-update.c4
1 files changed, 2 insertions, 2 deletions
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 <stdlib.h>
#include <sys/acl.h>
-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;