]> granicus.if.org Git - clang/commitdiff
80 cols
authorChris Lattner <sabre@nondot.org>
Fri, 20 Feb 2009 00:56:18 +0000 (00:56 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Feb 2009 00:56:18 +0000 (00:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65095 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/DeclBase.cpp

index 8b04053846041882647b988bcff6d9eef46fcc1f..9b277fe99ce4c3cb36c6b70d66e57877d1b0114c 100644 (file)
@@ -359,7 +359,8 @@ DeclContext *DeclContext::getNextContext() {
 }
 
 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");