]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
Eliminate pointless newline in the signature of acl_set_entry().
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 26 Feb 2018 00:58:18 +0000 (19:58 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 26 Feb 2018 19:10:28 +0000 (14:10 -0500)
src/apply-default-acl.c

index 15383a003772aaf47736cefc7a0f957b02c1ccd8..1eb49c44fd88b9d403c2bc0b4c8cce28e1e6ce87 100644 (file)
@@ -191,8 +191,7 @@ bool is_directory(int fd) {
  *   returned. Otherwise, @c ACL_SUCCESS.
  *
  */
-int acl_set_entry(acl_t* aclp,
-                 acl_entry_t entry) {
+int acl_set_entry(acl_t* aclp, acl_entry_t entry) {
 
   acl_tag_t entry_tag;
   if (acl_get_tag_type(entry, &entry_tag) == ACL_ERROR) {