Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
joaosaffran committed Jan 10, 2025
1 parent 9dad61b commit 988e7b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/lib/Target/DirectX/DXContainerGlobals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ void DXContainerGlobals::addRootSignature(Module &M,
getAnalysis<DXILMetadataAnalysisWrapperPass>()
.getModuleMetadata()
.RootSignatureDesc;
if(!Desc.has_value())
return;
if (!Desc.has_value())
return;

SmallString<256> Data;
raw_svector_ostream OS(Data);
Expand Down

0 comments on commit 988e7b0

Please sign in to comment.