Commit 5f925d42 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mshtml: Remove space before '\n'.

parent 66da242b
......@@ -1728,7 +1728,7 @@ static void test_readyState(IUnknown *unk)
return;
hres = IHTMLDocument2_get_readyState(htmldoc, NULL);
ok(hres == E_POINTER, "get_readyState failed: %08lx, expected \n", hres);
ok(hres == E_POINTER, "get_readyState failed: %08lx, expected\n", hres);
hres = IHTMLDocument2_get_readyState(htmldoc, &state);
ok(hres == S_OK, "get_ReadyState failed: %08lx\n", hres);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment