summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_acl_common.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-01-21 12:45:14 +1100
committerAndrew Bartlett <abartlet@samba.org>2013-02-04 12:19:30 +0100
commit4e8c8952ad8f4d1d658b947da2f1264bfeff8fdf (patch)
tree46f6a350b0ff3be7c969d3383e52635ed7199e05 /source3/modules/vfs_acl_common.c
parent25526ed3f590e4fa90c237a37f08bb23f449dd8c (diff)
downloadsamba-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/vfs_acl_common.c')
-rw-r--r--source3/modules/vfs_acl_common.c8
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;