From 57809400923822993762550ad56db86a078eae5e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 21 Jan 2011 09:46:42 +0100 Subject: s3:vfs:shadow_copy2: fix indentation in _SHADOW2_NEXT_SMB_FNAME Autobuild-User: Michael Adam Autobuild-Date: Fri Jan 21 10:57:45 CET 2011 on sn-devel-104 --- source3/modules/vfs_shadow_copy2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/modules/vfs_shadow_copy2.c b/source3/modules/vfs_shadow_copy2.c index 0f66f6a453..2777907a57 100644 --- a/source3/modules/vfs_shadow_copy2.c +++ b/source3/modules/vfs_shadow_copy2.c @@ -250,8 +250,8 @@ static const char *shadow_copy2_normalise_path(TALLOC_CTX *mem_ctx, const char * } while (0) #define _SHADOW2_NEXT_SMB_FNAME(op, args, rtype, eret, extra) do { \ - const char *gmt_start; \ - if (shadow_copy2_match_name(smb_fname->base_name, &gmt_start)) { \ + const char *gmt_start; \ + if (shadow_copy2_match_name(smb_fname->base_name, &gmt_start)) { \ char *name2; \ char *smb_base_name_tmp = NULL; \ rtype ret; \ -- cgit