From: Andrew Bartlett Date: Mon, 21 Jan 2013 01:45:14 +0000 (+1100) Subject: vfs: Whitespace fix only to get_nt_acl_internal indentation X-Git-Tag: tevent-0.9.18~336 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e8c8952ad8f4d1d658b947da2f1264bfeff8fdf;p=thirdparty%2Fsamba.git vfs: Whitespace fix only to get_nt_acl_internal indentation Signed-off-by: Andrew Bartlett Reviewed-by: Christian Ambach --- 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;