sync rostests to r44455
[reactos.git] / rostests / winetests / shlwapi / path.c
index 52eee2d..e8deaeb 100755 (executable)
@@ -318,8 +318,8 @@ static void test_PathIsValidCharW(void)
     {
         ret = pPathIsValidCharW( c, ~0U );
         ok ( ret, "PathIsValidCharW failed: 0x%02x got 0x%08x\n", c, ret );
-    }
-}
+            }
+        }
 
 static void test_PathMakePretty(void)
 {