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

Unified Diff: chrome/browser/ui/cocoa/applescript/element_applescript.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/applescript/element_applescript.h
diff --git a/chrome/browser/ui/cocoa/applescript/element_applescript.h b/chrome/browser/ui/cocoa/applescript/element_applescript.h
index 49a3481bdbaa0cd99a446dcd41f3ccef2835b75e..b53c01c515f36bab55c09172534af7ec10841ced 100644
--- a/chrome/browser/ui/cocoa/applescript/element_applescript.h
+++ b/chrome/browser/ui/cocoa/applescript/element_applescript.h
@@ -19,9 +19,9 @@
NSString* containerProperty_;
}
-@property (nonatomic, copy) NSNumber* uniqueID;
-@property (nonatomic, retain) id container;
-@property (nonatomic, copy) NSString* containerProperty;
+@property(nonatomic, copy) NSNumber* uniqueID;
+@property(nonatomic, retain) id container;
+@property(nonatomic, copy) NSString* containerProperty;
// Calculates the objectspecifier by using the uniqueID, container and
// container property.

Powered by Google App Engine
This is Rietveld 408576698