[PATCH] rpcrt4/tests: Fix indentation warning on GCC 6

Nikolay Sivov nsivov at codeweavers.com
Wed Aug 10 05:19:03 CDT 2016


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 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);
 
-- 
2.8.1




More information about the wine-patches mailing list