Skip to content

Commit adfe7b5

Browse files
committed
clang-format
1 parent 926a4bb commit adfe7b5

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
@@ -5263,7 +5263,8 @@ void Parser::ParseMicrosoftRootSignatureAttributeArgs(ParsedAttributes &Attrs) {
52635263
// then parse the root signature string and construct the in-memory elements
52645264
if (!Actions.LookupQualifiedName(R, Actions.CurContext)) {
52655265
SourceLocation SignatureLoc =
5266-
StrLiteral.value()->getExprLoc().getLocWithOffset(1); // offset 1 for '"'
5266+
StrLiteral.value()->getExprLoc().getLocWithOffset(
5267+
1); // offset 1 for '"'
52675268
// Invoke the root signature parser to construct the in-memory constructs
52685269
hlsl::RootSignatureLexer Lexer(Signature, SignatureLoc);
52695270
SmallVector<llvm::hlsl::rootsig::RootElement> Elements;

0 commit comments

Comments
 (0)