aboutsummaryrefslogtreecommitdiff
path: root/iPhone/GTMUILocalizerTest.m
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2011-11-02 20:30:16 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2011-11-02 20:30:16 +0000
commit371dc04d5eee387439a6345e486eba9b8a1d0060 (patch)
treefceec206ab538405d0f1a39eff1d3baf7047e025 /iPhone/GTMUILocalizerTest.m
parent1204639d4aeeac3d3dda7b0c53b8941266b9e685 (diff)
[Author: thomasvl]
Some quick comment cleanup. Quick switch over to properties. R=dmaclach DELTA=38 (9 added, 14 deleted, 15 changed)
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