80 col violation

llvm-svn: 49120
diff --git a/clang/lib/Analysis/GRSimpleVals.cpp b/clang/lib/Analysis/GRSimpleVals.cpp
index ed6372c..03a96aa 100644
--- a/clang/lib/Analysis/GRSimpleVals.cpp
+++ b/clang/lib/Analysis/GRSimpleVals.cpp
@@ -262,7 +262,7 @@
 
                 if (!E->isIntegerConstantExpr(V2, Ctx, 0, true)) {
                   assert (false &&
-                          "Case condition (RHS) must evaluate to an integer constant.");
+                "Case condition (RHS) must evaluate to an integer constant.");
                   continue;
                 }