diff options
author | Michael Adam <obnox@samba.org> | 2011-01-21 09:46:42 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-01-21 10:57:45 +0100 |
commit | 57809400923822993762550ad56db86a078eae5e (patch) | |
tree | bf8f61ce33be1fb02c4af8a7b85fcbdeea2c0275 /source3/modules | |
parent | 1c1a8420712a767df80a15e4b6fc9caa6027f145 (diff) | |
download | samba-57809400923822993762550ad56db86a078eae5e.tar.gz samba-57809400923822993762550ad56db86a078eae5e.tar.bz2 samba-57809400923822993762550ad56db86a078eae5e.zip |
s3:vfs:shadow_copy2: fix indentation in _SHADOW2_NEXT_SMB_FNAME
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Fri Jan 21 10:57:45 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_shadow_copy2.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; \ |