diff --git a/Source/NSClipView.m b/Source/NSClipView.m index f047f84d1..a7f99f933 100644 --- a/Source/NSClipView.m +++ b/Source/NSClipView.m @@ -118,7 +118,8 @@ if (_copiesOnScroll && _window) { - // copy the portion of the view that is common before and after scrolling. + // copy the portion of the view that is common before + // and after scrolling. // then tell docview to draw the exposed parts. // intersection is the common rectangle intersection = NSIntersectionRect(originalBounds, newBounds);