Fix 80 col violation.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74877 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/Store.cpp b/lib/Analysis/Store.cpp
index b161d53..4ca0208 100644
--- a/lib/Analysis/Store.cpp
+++ b/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.