Commit fc503ab0 authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

d3dx9_36/tests: Avoid "misleading indentation" warnings.

parent cede4694
......@@ -2469,7 +2469,7 @@ float4 main(float3 pos : POSITION, float3 size : PSIZE) : COLOR
/* Constant buffer */
hr = tx->lpVtbl->GetConstantBuffer(tx, &buffer);
todo_wine
todo_wine
ok(SUCCEEDED(hr), "Failed to get texture shader constant buffer.\n");
if (FAILED(hr))
{
......@@ -2650,7 +2650,7 @@ todo_wine
ok(SUCCEEDED(hr), "Got unexpected hr %#x.\n", hr);
hr = tx->lpVtbl->GetConstantBuffer(tx, &buffer);
todo_wine
todo_wine
ok(SUCCEEDED(hr), "Failed to get texture shader constant buffer.\n");
if (FAILED(hr))
{
......
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