From 17a37ebf320c4cce1870cf1300a6409c4c3d12c3 Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Mon, 8 Dec 2008 07:14:51 +0000 Subject: fix 80-col violation. llvm-svn: 60693 --- clang/lib/Sema/SemaDecl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Sema/SemaDecl.cpp') diff --git a/clang/lib/Sema/SemaDecl.cpp b/clang/lib/Sema/SemaDecl.cpp index f125cb270e2..b6b1f4c4465 100644 --- a/clang/lib/Sema/SemaDecl.cpp +++ b/clang/lib/Sema/SemaDecl.cpp @@ -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; } -- cgit v1.2.3