]> granicus.if.org Git - clang/commitdiff
fix 80-col violation.
authorZhongxing Xu <xuzhongxing@gmail.com>
Mon, 8 Dec 2008 07:14:51 +0000 (07:14 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Mon, 8 Dec 2008 07:14:51 +0000 (07:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60693 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDecl.cpp

index f125cb270e27def5935ce5cd2bc71711f168f99e..b6b1f4c44658b2bc607c049517eedaa1932ae6f8 100644 (file)
@@ -76,7 +76,7 @@ DeclContext *Sema::getContainingDC(DeclContext *DC) {
 
 void Sema::PushDeclContext(DeclContext *DC) {
   assert(getContainingDC(DC) == CurContext &&
-       "The next DeclContext should be lexically contained in the current one.");
+      "The next DeclContext should be lexically contained in the current one.");
   CurContext = DC;
 }