From 371dc04d5eee387439a6345e486eba9b8a1d0060 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Wed, 2 Nov 2011 20:30:16 +0000 Subject: [Author: thomasvl] Some quick comment cleanup. Quick switch over to properties. R=dmaclach DELTA=38 (9 added, 14 deleted, 15 changed) --- iPhone/GTMUILocalizerTest.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iPhone/GTMUILocalizerTest.m') 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 -- cgit v1.2.3