Skip to content

Commit 852ac25

Browse files
author
joaosaffran
committed
formating
1 parent 486ab88 commit 852ac25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/DirectX/DXILRootSignature.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class RootSignatureAnalysisWrapper : public ModulePass {
7979
RootSignatureAnalysisWrapper() : ModulePass(ID) {}
8080

8181
const ModuleRootSignature &getRootSignature() { return MRS.value(); }
82-
82+
8383
bool hasRootSignature() { return MRS.has_value(); }
8484

8585
bool runOnModule(Module &M) override;

0 commit comments

Comments
 (0)