aboutsummaryrefslogtreecommitdiff
path: root/iPhone/GTMUILocalizerTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'iPhone/GTMUILocalizerTest.m')
-rw-r--r--iPhone/GTMUILocalizerTest.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/iPhone/GTMUILocalizerTest.m b/iPhone/GTMUILocalizerTest.m
index 116d170..682285d 100644
--- a/iPhone/GTMUILocalizerTest.m
+++ b/iPhone/GTMUILocalizerTest.m
@@ -23,7 +23,7 @@
@end
@implementation TestUILocalizer
-- (NSString *)localizedStringForString:(NSString *)string{
+- (NSString *)localizedStringForString:(NSString *)string {
return [string substringFromIndex:5];
}
@@ -43,7 +43,7 @@
}
@end
-@interface GTMUILocalizerTest : GTMTestCase
+@interface GTMUILocalizerTest : GTMTestCase
@end
@implementation GTMUILocalizerTest