80 cols
llvm-svn: 65095
diff --git a/clang/lib/AST/DeclBase.cpp b/clang/lib/AST/DeclBase.cpp
index 8b04053..9b277fe 100644
--- a/clang/lib/AST/DeclBase.cpp
+++ b/clang/lib/AST/DeclBase.cpp
@@ -359,7 +359,8 @@
}
void DeclContext::addDecl(Decl *D) {
- assert(D->getLexicalDeclContext() == this && "Decl inserted into wrong lexical context");
+ assert(D->getLexicalDeclContext() == this &&
+ "Decl inserted into wrong lexical context");
assert(!D->NextDeclInScope && D != LastDecl &&
"Decl already inserted into a DeclContext");