From: Chris Lattner Date: Fri, 20 Feb 2009 00:56:18 +0000 (+0000) Subject: 80 cols X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f0be13b435ad110f99af83a24a50f43225f3083;p=clang 80 cols git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65095 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/DeclBase.cpp b/lib/AST/DeclBase.cpp index 8b04053846..9b277fe99c 100644 --- a/lib/AST/DeclBase.cpp +++ b/lib/AST/DeclBase.cpp @@ -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");