Skip to content

Commit 2027b5c

Browse files
formating
1 parent 6b004ce commit 2027b5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/lib/Sema/HLSLExternalSemaSource.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -555,10 +555,10 @@ struct BuiltinTypeMethodBuilder {
555555

556556
// create method decl
557557
auto *TSInfo = AST.getTrivialTypeSourceInfo(MethodTy, SourceLocation());
558-
Method = CXXMethodDecl::Create(
559-
AST, DeclBuilder.Record, SourceLocation(),
560-
NameInfo, MethodTy, TSInfo, SC_None, false, false,
561-
ConstexprSpecKind::Unspecified, SourceLocation());
558+
Method =
559+
CXXMethodDecl::Create(AST, DeclBuilder.Record, SourceLocation(),
560+
NameInfo, MethodTy, TSInfo, SC_None, false, false,
561+
ConstexprSpecKind::Unspecified, SourceLocation());
562562

563563
// create params & set them to the function prototype
564564
SmallVector<ParmVarDecl *> ParmDecls;

0 commit comments

Comments
 (0)