From: Jeremy Allison Date: Tue, 2 Oct 2012 16:21:17 +0000 (-0700) Subject: Reformat spacing to be even. X-Git-Tag: talloc-2.0.8~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efb446a38cca448855977666499603d12e1477b4;p=thirdparty%2Fsamba.git Reformat spacing to be even. --- diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c index 016acf4b31f..531313be907 100644 --- a/source3/smbd/posix_acls.c +++ b/source3/smbd/posix_acls.c @@ -1351,13 +1351,14 @@ static bool uid_entry_in_group(connection_struct *conn, canon_ace *uid_ace, cano type. ****************************************************************************/ -static bool ensure_canon_entry_valid(connection_struct *conn, canon_ace **pp_ace, - const struct share_params *params, - const bool is_directory, - const struct dom_sid *pfile_owner_sid, - const struct dom_sid *pfile_grp_sid, - const SMB_STRUCT_STAT *pst, - bool setting_acl) +static bool ensure_canon_entry_valid(connection_struct *conn, + canon_ace **pp_ace, + const struct share_params *params, + const bool is_directory, + const struct dom_sid *pfile_owner_sid, + const struct dom_sid *pfile_grp_sid, + const SMB_STRUCT_STAT *pst, + bool setting_acl) { canon_ace *pace; canon_ace *pace_user = NULL;