Skip to content

Commit 6485482

Browse files
committed
clang-format
1 parent 42bb34f commit 6485482

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clang/lib/AST/Decl.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5755,9 +5755,8 @@ HLSLBufferDecl::CreateDefaultCBuffer(ASTContext &C,
57555755

57565756
HLSLBufferDecl *HLSLBufferDecl::CreateDeserialized(ASTContext &C,
57575757
GlobalDeclID ID) {
5758-
return new (C, ID)
5759-
HLSLBufferDecl(nullptr, false, SourceLocation(), nullptr,
5760-
SourceLocation(), SourceLocation());
5758+
return new (C, ID) HLSLBufferDecl(nullptr, false, SourceLocation(), nullptr,
5759+
SourceLocation(), SourceLocation());
57615760
}
57625761

57635762
void HLSLBufferDecl::addLayoutStruct(CXXRecordDecl *LS) {

0 commit comments

Comments
 (0)