From f0fb4b8842c2b9d12e35985fd74db9caa190245b Mon Sep 17 00:00:00 2001 From: daboe01 Date: Mon, 10 Feb 2014 21:25:56 +0100 Subject: [PATCH] formatting --- AppKit/CPTextView/CPTextView.j | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AppKit/CPTextView/CPTextView.j b/AppKit/CPTextView/CPTextView.j index dc7f2757f..574c5a337 100755 --- a/AppKit/CPTextView/CPTextView.j +++ b/AppKit/CPTextView/CPTextView.j @@ -971,7 +971,7 @@ var kDelegateRespondsTo_textShouldBeginEditing if (_isSelectable) { [self _extendSelectionIntoDirection: -1 granularity:CPSelectByCharacter]; - } + } } - (void)moveBackward:(id)sender { @@ -1027,7 +1027,7 @@ var kDelegateRespondsTo_textShouldBeginEditing { if (_isSelectable) { - [self _moveSelectionIntoDirection: +1 granularity:CPSelectByParagraph] + [self _moveSelectionIntoDirection: +1 granularity:CPSelectByParagraph] } } - (void) moveWordBackwardAndModifySelection:(id)sender @@ -1080,7 +1080,7 @@ var kDelegateRespondsTo_textShouldBeginEditing { if (_isSelectable) { - [self _moveSelectionIntoDirection: +1 granularity:CPSelectByWord] + [self _moveSelectionIntoDirection: +1 granularity:CPSelectByWord] } }