From 4e8c8952ad8f4d1d658b947da2f1264bfeff8fdf Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 21 Jan 2013 12:45:14 +1100 Subject: [PATCH] vfs: Whitespace fix only to get_nt_acl_internal indentation Signed-off-by: Andrew Bartlett Reviewed-by: Christian Ambach --- source3/modules/vfs_acl_common.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source3/modules/vfs_acl_common.c b/source3/modules/vfs_acl_common.c index 5d4327a6289..6da16a5462d 100644 --- a/source3/modules/vfs_acl_common.c +++ b/source3/modules/vfs_acl_common.c @@ -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; -- 2.11.4.GIT