mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:37:39 +00:00
Tidied indentation of a line
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12432 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
290e9242c8
commit
4197a3cdd4
1 changed files with 1 additions and 1 deletions
|
@ -2790,7 +2790,7 @@ afterString in order over charRange. */
|
|||
|
||||
- (void) selectLine: (id)sender
|
||||
{
|
||||
if ( [_textStorage length] > 0 )
|
||||
if ([_textStorage length] > 0)
|
||||
{
|
||||
NSRange aRange;
|
||||
NSRect ignored;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue