]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
src/libadacl.c: remove newline from function arguments.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 28 Mar 2018 20:54:48 +0000 (16:54 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 28 Mar 2018 20:54:48 +0000 (16:54 -0400)
src/libadacl.c

index 1411536ea8e4963f2fe951058daac69b2715f5dd..53bd380a06013c5475d37c15b19ec59ad2a9c393 100644 (file)
@@ -680,9 +680,7 @@ int has_default_acl_fd(int fd) {
  *   - @c ACL_FAILURE - If symlinks or hard links are encountered.
  *   - @c ACL_ERROR - Unexpected library error.
  */
-int apply_default_acl_fds(int parent_fd,
-                          int fd,
-                          bool recursive) {
+int apply_default_acl_fds(int parent_fd, int fd, bool recursive) {
   int result = ACL_SUCCESS;
 
   /* The new ACL for this path */