Nikolay Sivov : shell32/tests: Fix indentation warning on GCC 6.
Module: wine Branch: master Commit: 79e95afbc3ccc22049af08ddcdd660502441c14e URL: http://source.winehq.org/git/wine.git/?a=commit;h=79e95afbc3ccc22049af08ddcd... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Fri Aug 12 03:31:21 2016 +0300 shell32/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/shell32/tests/shellole.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/shell32/tests/shellole.c b/dlls/shell32/tests/shellole.c index e8cf744..04c9632 100644 --- a/dlls/shell32/tests/shellole.c +++ b/dlls/shell32/tests/shellole.c @@ -871,8 +871,8 @@ static void test_SHCreateSessionKey(void) return; } -if (0) /* crashes on native */ - hr = pSHCreateSessionKey(KEY_READ, NULL); + if (0) /* crashes on native */ + hr = pSHCreateSessionKey(KEY_READ, NULL); hkey = (HKEY)0xdeadbeef; hr = pSHCreateSessionKey(0, &hkey);
participants (1)
-
Alexandre Julliard