From e45140b7ea8ceed4aeb76d9410708922f10e00df Mon Sep 17 00:00:00 2001 From: daboe01 Date: Mon, 10 Feb 2014 21:28:25 +0100 Subject: [PATCH] formatting --- AppKit/CPTextView/CPLayoutManager.j | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AppKit/CPTextView/CPLayoutManager.j b/AppKit/CPTextView/CPLayoutManager.j index 0fe64fb64..bd9e60239 100755 --- a/AppKit/CPTextView/CPLayoutManager.j +++ b/AppKit/CPTextView/CPLayoutManager.j @@ -758,7 +758,8 @@ var _objectsInRange = function(aList, aRange) range = CPUnionRange(range, aRange); if (actualCharRange) - { actualCharRange.length = range.length; + { + actualCharRange.length = range.length; actualCharRange.location = range.location; } }