Skip to content

Commit e2ae296

Browse files
author
Domagoj Eklic
committed
indentation fix
1 parent 88e5fa0 commit e2ae296

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cocos2d-ui/Platform/iOS/CCPlatformTextFieldIOS.m

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -178,16 +178,16 @@ - (void) keyboardWillBeHidden:(NSNotification*) notification
178178
{
179179
_keyboardIsShown = NO;
180180

181-
BOOL focusOnTextField = _textField.isEditing;
181+
BOOL focusOnTextField = _textField.isEditing;
182182

183183
#if __CC_PLATFORM_ANDROID
184-
focusOnTextField = _textFieldIsEditing;
184+
focusOnTextField = _textFieldIsEditing;
185185
#endif
186186

187-
if (focusOnTextField)
188-
{
189-
[self endFocusingOnTextField];
190-
}
187+
if (focusOnTextField)
188+
{
189+
[self endFocusingOnTextField];
190+
}
191191
}
192192

193193

0 commit comments

Comments
 (0)