Skip to content

Commit

Permalink
vfs: Whitespace fix only to get_nt_acl_internal indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Bartlett <[email protected]>
Reviewed-by: Christian Ambach <[email protected]>
  • Loading branch information
abartlet committed Feb 4, 2013
1 parent 25526ed commit 4e8c895
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source3/modules/vfs_acl_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,10 @@ static NTSTATUS add_directory_inheritable_components(vfs_handle_struct *handle,
*******************************************************************/

static NTSTATUS get_nt_acl_internal(vfs_handle_struct *handle,
files_struct *fsp,
const char *name,
uint32_t security_info,
TALLOC_CTX *mem_ctx,
files_struct *fsp,
const char *name,
uint32_t security_info,
TALLOC_CTX *mem_ctx,
struct security_descriptor **ppdesc)
{
DATA_BLOB blob = data_blob_null;
Expand Down

0 comments on commit 4e8c895

Please sign in to comment.