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 8b04053..9b277fe 100644
--- a/lib/AST/DeclBase.cpp
+++ b/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");