EAGLView.mm: fix indent

This commit is contained in:
Michael Chinen 2013-05-03 19:46:58 +09:00
parent be2f20e213
commit d47759cc32
1 changed files with 2 additions and 2 deletions

View File

@ -720,8 +720,8 @@ static EAGLView *view = 0;
- (NSArray *)selectionRectsForRange:(UITextRange *)range - (NSArray *)selectionRectsForRange:(UITextRange *)range
{ {
CCLOG("selectionRectsForRange"); CCLOG("selectionRectsForRange");
return nil; return nil;
} }
#pragma mark - #pragma mark -