aboutsummaryrefslogtreecommitdiff
path: root/iPhone/GTMUILocalizerTest.h
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.h
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.h')
-rw-r--r--iPhone/GTMUILocalizerTest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iPhone/GTMUILocalizerTest.h b/iPhone/GTMUILocalizerTest.h
index 041444d..87a0f22 100644
--- a/iPhone/GTMUILocalizerTest.h
+++ b/iPhone/GTMUILocalizerTest.h
@@ -24,6 +24,6 @@
UILabel *label_;
}
-@property(nonatomic, retain)IBOutlet UILabel *label;
+@property(nonatomic, retain) IBOutlet UILabel *label;
@end