Nikolay Sivov : rpcrt4/tests: Fix indentation warning on GCC 6.

Alexandre Julliard julliard at winehq.org
Wed Aug 10 11:05:57 CDT 2016


Module: wine
Branch: master
Commit: 6ac3c09a7640529e425cd51c9b24caa859c88b3a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6ac3c09a7640529e425cd51c9b24caa859c88b3a

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Aug 10 13:19:03 2016 +0300

rpcrt4/tests: Fix indentation warning on GCC 6.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/rpcrt4/tests/ndr_marshall.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/rpcrt4/tests/ndr_marshall.c b/dlls/rpcrt4/tests/ndr_marshall.c
index aeecf8c..21baba7 100644
--- a/dlls/rpcrt4/tests/ndr_marshall.c
+++ b/dlls/rpcrt4/tests/ndr_marshall.c
@@ -2433,9 +2433,9 @@ static void test_MesEncodeFixedBufferHandleCreate(void)
     status = MesEncodeFixedBufferHandleCreate(buffer, 0, &encoded_size, &handle);
 todo_wine
     ok(status == RPC_S_INVALID_ARG, "got %d\n", status);
-if (status == RPC_S_OK)
+if (status == RPC_S_OK) {
     MesHandleFree(handle);
-
+}
     status = MesEncodeFixedBufferHandleCreate(buffer, 32, NULL, &handle);
     ok(status == RPC_S_INVALID_ARG, "got %d\n", status);
 




More information about the wine-cvs mailing list