зеркало из https://github.com/microsoft/clang-1.git
Delete trailing white space. It's over 80 columns.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56749 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
0cb45f6ea7
Коммит
c61255f630
|
@ -21,7 +21,7 @@ using namespace clang;
|
|||
DeclGroup* DeclGroup::Create(ASTContext& C, unsigned numdecls, Decl** decls) {
|
||||
unsigned size = sizeof(DeclGroup) + sizeof(Decl*) * numdecls;
|
||||
unsigned alignment = llvm::AlignOf<DeclGroup>::Alignment;
|
||||
void* mem = C.getAllocator().Allocate(size, alignment);
|
||||
void* mem = C.getAllocator().Allocate(size, alignment);
|
||||
new (mem) DeclGroup(numdecls, decls);
|
||||
return static_cast<DeclGroup*>(mem);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче