]> gitweb.michael.orlitzky.com - apply-default-acl.git/blobdiff - src/libadacl.h
Replace all tabs with spaces. We're not animals.
[apply-default-acl.git] / src / libadacl.h
index be72ac3d149aa7c96bdd06748ef9df5182bc74c4..be9d50ed07d421fb596b884ae9588f7ce266084e 100644 (file)
@@ -16,7 +16,7 @@
 #define ACL_SUCCESS 1
 
 int apply_default_acl_ex(const char* path,
-                        const struct stat* sp,
-                        bool no_exec_mask);
+                         const struct stat* sp,
+                         bool no_exec_mask);
 
 int apply_default_acl(const char* path, bool no_exec_mask);