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

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

Issue 6258017: Mac: Never have a space between @property and ( (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: 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/menu_button.h
diff --git a/chrome/browser/ui/cocoa/menu_button.h b/chrome/browser/ui/cocoa/menu_button.h
index 93b1116a2d5d6f3ce5a4633c8b42bf0bc0f107ea..0b463dbf5f930a62b92e12480973706a5c354152 100644
--- a/chrome/browser/ui/cocoa/menu_button.h
+++ b/chrome/browser/ui/cocoa/menu_button.h
@@ -36,11 +36,11 @@
// in the button. This might change if we ever switch to a pop-up. Our direct
// use of the given NSMenu object means that the one can set and use NSMenu's
// delegate as usual.)
-@property (retain, nonatomic) IBOutlet NSMenu* attachedMenu;
+@property(retain, nonatomic) IBOutlet NSMenu* attachedMenu;
// Whether or not to open the menu when the button is clicked. Otherwise, the
// menu will only be opened when clicked and held.
-@property (assign, nonatomic) BOOL openMenuOnClick;
+@property(assign, nonatomic) BOOL openMenuOnClick;
@end // @interface MenuButton

Powered by Google App Engine
This is Rietveld 408576698