Skip to content

Commit

Permalink
Fix clang format.
Browse files Browse the repository at this point in the history
  • Loading branch information
python3kgae committed Jul 16, 2024
1 parent 7466843 commit 20378d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/clang/tools/dxildll/dxcvalidatorp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ static void HashAndUpdateOrCopy(UINT32 Flags, IDxcBlob *pShader,
IFT(CreateMemoryStream(DxcGetThreadMallocNoRef(), &HashedBlobStream));
ULONG cb;
IFT(HashedBlobStream->Write(pShader->GetBufferPointer(),
pShader->GetBufferSize(), &cb));
pShader->GetBufferSize(), &cb));
HashAndUpdate((DxilContainerHeader *)HashedBlobStream->GetPtr());
IFT(HashedBlobStream.QueryInterface(Hashed));
}
Expand Down

0 comments on commit 20378d5

Please sign in to comment.