From d6c34bdc4b12ea7bef445ef4d84bf8a5370c02dd Mon Sep 17 00:00:00 2001 From: Jordi Vilalta Prat Date: Mon, 28 Jan 2008 00:14:17 +0000 Subject: Fixed the spaces before tabs. svn-id: r30667 --- backends/platform/iphone/iphone_keyboard.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/platform/iphone/iphone_keyboard.m') diff --git a/backends/platform/iphone/iphone_keyboard.m b/backends/platform/iphone/iphone_keyboard.m index 923b7be46d..dc2d417746 100644 --- a/backends/platform/iphone/iphone_keyboard.m +++ b/backends/platform/iphone/iphone_keyboard.m @@ -42,7 +42,7 @@ - (id)initWithKeyboard:(SoftKeyboard*)keyboard; { self = [super initWithFrame:CGRectMake(0.0f, 0.0f, 0.0f, 0.0f)]; - softKeyboard = keyboard; + softKeyboard = keyboard; return self; } @@ -85,4 +85,4 @@ [inputDelegate handleKeyPress:c]; } -@end \ No newline at end of file +@end -- cgit v1.2.3