clang-format a line containing nothing but a "{". No behavior change.

llvm-svn: 235047
This commit is contained in:
Nico Weber 2015-04-15 21:53:00 +00:00
parent ea7386d40c
commit 7f5015a9cc
1 changed files with 2 additions and 3 deletions

View File

@ -1877,9 +1877,8 @@ bool VarDecl::isInExternCXXContext() const {
VarDecl *VarDecl::getCanonicalDecl() { return getFirstDecl(); }
VarDecl::DefinitionKind VarDecl::isThisDeclarationADefinition(
ASTContext &C) const
{
VarDecl::DefinitionKind
VarDecl::isThisDeclarationADefinition(ASTContext &C) const {
// C++ [basic.def]p2:
// A declaration is a definition unless [...] it contains the 'extern'
// specifier or a linkage-specification and neither an initializer [...],