Skip to content

Commit d809806

Browse files
committed
clang-format
1 parent d42f270 commit d809806

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/Parse/ParseDeclCXX.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5365,7 +5365,8 @@ void Parser::ParseMicrosoftRootSignatureAttributeArgs(ParsedAttributes &Attrs) {
53655365
// then parse the root signature string and construct the in-memory elements
53665366
if (!Actions.LookupQualifiedName(R, Actions.CurContext)) {
53675367
SourceLocation SignatureLoc =
5368-
StrLiteral.value()->getExprLoc().getLocWithOffset(1); // offset 1 for '"'
5368+
StrLiteral.value()->getExprLoc().getLocWithOffset(
5369+
1); // offset 1 for '"'
53695370
// Invoke the root signature parser to construct the in-memory constructs
53705371
hlsl::RootSignatureLexer Lexer(Signature, SignatureLoc);
53715372
SmallVector<llvm::hlsl::rootsig::RootElement> Elements;

0 commit comments

Comments
 (0)