Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5530)

Unified Diff: chrome/browser/ui/cocoa/styled_text_field_test_helper.h

Issue 6258017: Mac: Never have a space between @property and ( (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: comments Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/styled_text_field_test_helper.h
diff --git a/chrome/browser/ui/cocoa/styled_text_field_test_helper.h b/chrome/browser/ui/cocoa/styled_text_field_test_helper.h
index eb90cbfff6b91b4f085bd4b04cb9f764ae1a1cba..8ece57240ec85353a07227c45f69f61fa2239af3 100644
--- a/chrome/browser/ui/cocoa/styled_text_field_test_helper.h
+++ b/chrome/browser/ui/cocoa/styled_text_field_test_helper.h
@@ -11,6 +11,6 @@
CGFloat leftMargin_;
CGFloat rightMargin_;
}
-@property (nonatomic, assign) CGFloat leftMargin;
-@property (nonatomic, assign) CGFloat rightMargin;
+@property(nonatomic, assign) CGFloat leftMargin;
+@property(nonatomic, assign) CGFloat rightMargin;
@end
« no previous file with comments | « chrome/browser/ui/cocoa/options/preferences_window_controller.h ('k') | chrome/browser/ui/cocoa/tab_view_picker_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698