From: Michael Adam Date: Wed, 8 Aug 2012 09:27:55 +0000 (+0200) Subject: s3:torture:delete: remove an else, reducing indentation X-Git-Tag: samba-4.0.0beta6~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=777c7a965b5824b8d038a3babb3754a1dfcd8fc2;p=thirdparty%2Fsamba.git s3:torture:delete: remove an else, reducing indentation --- diff --git a/source3/torture/torture.c b/source3/torture/torture.c index d2089253206..e364b17f7c2 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -4007,8 +4007,9 @@ static bool run_deletetest(int dummy) cli_unlink(cli1, fname, FILE_ATTRIBUTE_SYSTEM | FILE_ATTRIBUTE_HIDDEN); correct = False; goto fail; - } else - printf("third delete on close test succeeded.\n"); + } + + printf("third delete on close test succeeded.\n"); /* Test 4 ... */ cli_setatr(cli1, fname, 0, 0);