Skip to content

Commit 43a9a00

Browse files
author
Finn Plummer
committed
clang-format
1 parent 9599f73 commit 43a9a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaHLSL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ void SemaHLSL::handleRootSignatureAttr(Decl *D, const ParsedAttr &AL) {
960960
hlsl::RootSignatureParser Parser(Elements, Lexer, SemaRef.getPreprocessor());
961961

962962
if (Parser.parse())
963-
return;
963+
return;
964964

965965
// Allocate elements onto AST context
966966
unsigned N = Elements.size();

0 commit comments

Comments
 (0)