diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-01-21 12:45:14 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-02-04 12:19:30 +0100 |
commit | 4e8c8952ad8f4d1d658b947da2f1264bfeff8fdf (patch) | |
tree | 46f6a350b0ff3be7c969d3383e52635ed7199e05 /source3/modules | |
parent | 25526ed3f590e4fa90c237a37f08bb23f449dd8c (diff) | |
download | samba-4e8c8952ad8f4d1d658b947da2f1264bfeff8fdf.tar.gz samba-4e8c8952ad8f4d1d658b947da2f1264bfeff8fdf.tar.bz2 samba-4e8c8952ad8f4d1d658b947da2f1264bfeff8fdf.zip |
vfs: Whitespace fix only to get_nt_acl_internal indentation
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Christian Ambach <ambi@samba.org>
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_acl_common.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/modules/vfs_acl_common.c b/source3/modules/vfs_acl_common.c index 5d4327a628..6da16a5462 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; |