Module: wine Branch: master Commit: 4d0a353bccc9a750502a6de8312e94589d9d0432 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4d0a353bccc9a750502a6de831... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Wed Aug 10 13:19:02 2016 +0300 ole32/tests: Fix indentation warning on GCC 6. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ole32/tests/compobj.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/ole32/tests/compobj.c b/dlls/ole32/tests/compobj.c index 3b523d1..b8bdaff 100644 --- a/dlls/ole32/tests/compobj.c +++ b/dlls/ole32/tests/compobj.c @@ -2879,8 +2879,8 @@ static void test_CoGetMalloc(void) IMalloc *imalloc; HRESULT hr; -if (0) /* crashes on native */ - hr = CoGetMalloc(0, NULL); + if (0) /* crashes on native */ + hr = CoGetMalloc(0, NULL); imalloc = (void*)0xdeadbeef; hr = CoGetMalloc(0, &imalloc);