Skip to content

Commit 7eab34a

Browse files
committed
fixup: clang-format
1 parent c7ba48c commit 7eab34a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Sema/HLSLExternalSemaSource.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,7 @@ struct BuiltinTypeDeclBuilder {
202202
return *this;
203203

204204
ASTContext &AST = Record->getASTContext();
205-
IdentifierInfo &II =
206-
AST.Idents.get("Load", tok::TokenKind::identifier);
205+
IdentifierInfo &II = AST.Idents.get("Load", tok::TokenKind::identifier);
207206
DeclarationName Load(&II);
208207
addHandleAccessFunction(S, Load, /*IsConst=*/false, /*IsRef=*/false);
209208

0 commit comments

Comments
 (0)