treewide: switch to clang-format

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-06-18 13:43:48 +09:00
parent 717771ae80
commit ef80b19f2f
6 changed files with 293 additions and 260 deletions

View File

@@ -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);