Skip to content

Commit ab84cc8

Browse files
committed
Formatting again
1 parent e68145f commit ab84cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/clang/unittests/HLSLExec/HlslExecTestUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ static bool createDevice(
184184

185185
const bool UseWarp = GetTestParamUseWARP(useWarpByDefault());
186186
if (UseWarp && !createWarpDevice(DXGIFactory, CreateDeviceFn, &D3DDeviceCom,
187-
SkipUnsupported))
187+
SkipUnsupported)) {
188188
return false;
189189
} else {
190190
CComPtr<IDXGIAdapter1> HardwareAdapter;

0 commit comments

Comments
 (0)