diff options
author | Michael Adam <obnox@samba.org> | 2012-08-08 17:29:04 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-08-09 16:23:45 +0200 |
commit | fac4a0d4a75f60f77ead9153f4b76cbf9636d1be (patch) | |
tree | 298a37ef23ebcb8fc0cc47e48a015ccac512f585 /source4 | |
parent | 523602863a7ad5bca4026cd72f146a3eace8f1fe (diff) | |
download | samba-fac4a0d4a75f60f77ead9153f4b76cbf9636d1be.tar.gz samba-fac4a0d4a75f60f77ead9153f4b76cbf9636d1be.tar.bz2 samba-fac4a0d4a75f60f77ead9153f4b76cbf9636d1be.zip |
s4:torture:basic:delete: fix 4 vs 8 spc tab formatting in check_delete_on_close()
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/basic/delete.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/torture/basic/delete.c b/source4/torture/basic/delete.c index be538d0e9d..c2e0d39f52 100644 --- a/source4/torture/basic/delete.c +++ b/source4/torture/basic/delete.c @@ -28,10 +28,10 @@ #include "torture/raw/proto.h" #include "torture/basic/proto.h" -static bool check_delete_on_close(struct torture_context *tctx, - struct smbcli_state *cli, int fnum, - const char *fname, bool expect_it, - const char *where) +static bool check_delete_on_close(struct torture_context *tctx, + struct smbcli_state *cli, int fnum, + const char *fname, bool expect_it, + const char *where) { union smb_search_data data; NTSTATUS status; |