From: Michael Adam Date: Wed, 8 Aug 2012 15:29:04 +0000 (+0200) Subject: s4:torture:basic:delete: fix 4 vs 8 spc tab formatting in check_delete_on_close() X-Git-Tag: samba-4.0.0beta6~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fac4a0d4a75f60f77ead9153f4b76cbf9636d1be;p=thirdparty%2Fsamba.git s4:torture:basic:delete: fix 4 vs 8 spc tab formatting in check_delete_on_close() --- diff --git a/source4/torture/basic/delete.c b/source4/torture/basic/delete.c index be538d0e9dd..c2e0d39f528 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;