Reformat spacing to be even.
authorJeremy Allison <jra@samba.org>
Tue, 2 Oct 2012 19:38:16 +0000 (12:38 -0700)
committerKarolin Seeger <kseeger@samba.org>
Fri, 5 Oct 2012 07:50:49 +0000 (09:50 +0200)
source3/smbd/posix_acls.c

index 78b373a1cd136750a47f3cf7f40605ae5b781537..e59f54c2b12d3e94dbda5917b89b7e255b42cf83 100644 (file)
@@ -1342,12 +1342,12 @@ static bool uid_entry_in_group( canon_ace *uid_ace, canon_ace *group_ace )
 ****************************************************************************/
 
 static bool ensure_canon_entry_valid(canon_ace **pp_ace,
-                                    const struct share_params *params,
-                                    const bool is_directory,
-                                                       const DOM_SID *pfile_owner_sid,
-                                                       const DOM_SID *pfile_grp_sid,
-                                                       const SMB_STRUCT_STAT *pst,
-                                                       bool setting_acl)
+                               const struct share_params *params,
+                               const bool is_directory,
+                               const DOM_SID *pfile_owner_sid,
+                               const DOM_SID *pfile_grp_sid,
+                               const SMB_STRUCT_STAT *pst,
+                               bool setting_acl)
 {
        canon_ace *pace;
        bool got_user = False;