diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-06-18 13:43:48 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-06-18 13:45:34 +0900 |
| commit | ef80b19f2fbd6953340ff463b865931f32d14fb7 (patch) | |
| tree | b907dd628ab07416afa1040be2765c7818c0f708 /acl/acl-update.h | |
| parent | 717771ae8023ea3d00b794b8a89babe70fe773e6 (diff) | |
treewide: switch to clang-format
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'acl/acl-update.h')
| -rw-r--r-- | acl/acl-update.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <sys/acl.h> -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); |
