Skip to content

Commit 85c6ecb

Browse files
committed
Bad formatting
1 parent e1be25b commit 85c6ecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/clang/unittests/DxrFallback/ShaderTesterImpl.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ void ShaderTesterImpl::initPipeline() {
363363
std::vector<char> computeShaderBuffer;
364364
ComPtr<ID3DBlob> computeShaderBlob;
365365
if (m_blob) {
366-
bytecode = CD3DX12_SHADER_BYTECODE(m_blob.Get());
366+
bytecode = CD3DX12_SHADER_BYTECODE(m_blob.Get());
367367
} else if (m_filename.find(L".cso") != std::wstring::npos) {
368368
ReadFileToBuffer(m_filename, computeShaderBuffer);
369369
bytecode = CD3DX12_SHADER_BYTECODE(computeShaderBuffer.data(),
@@ -547,4 +547,4 @@ void ShaderTesterImpl::printLog(int *log) {
547547
for (int i = 0; i < count; ++i)
548548
std::cout << pos[i] << " ";
549549
std::cout << "\n";
550-
}
550+
}

0 commit comments

Comments
 (0)