Fix 80 col violation.

llvm-svn: 74877
diff --git a/clang/lib/Analysis/Store.cpp b/clang/lib/Analysis/Store.cpp
index b161d53..4ca0208 100644
--- a/clang/lib/Analysis/Store.cpp
+++ b/clang/lib/Analysis/Store.cpp
@@ -91,10 +91,10 @@
     case MemRegion::FieldRegionKind:
     case MemRegion::ObjCIvarRegionKind:
     case MemRegion::VarRegionKind: {
-      // VarRegion, ElementRegion, and FieldRegion has an inherent type. Normally
-      // they should not be cast. We only layer an ElementRegion when the cast-to
-      // pointee type is of smaller size. In other cases, we return the original
-      // VarRegion.
+      // VarRegion, ElementRegion, and FieldRegion has an inherent type.
+      // Normally they should not be cast. We only layer an ElementRegion when
+      // the cast-to pointee type is of smaller size. In other cases, we return
+      // the original VarRegion.
       
       // If the pointee type is incomplete, do not compute its size, and return
       // the original region.