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

Unified Diff: chrome/browser/autofill/autofill_address_sheet_controller_mac.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/autofill/autofill_address_sheet_controller_mac.h
diff --git a/chrome/browser/autofill/autofill_address_sheet_controller_mac.h b/chrome/browser/autofill/autofill_address_sheet_controller_mac.h
index 0df6016cd17d196703b6e89ab2bc9adafc13d147..70a63bf2ff5a618d86c103965cf3f28929b0a360 100644
--- a/chrome/browser/autofill/autofill_address_sheet_controller_mac.h
+++ b/chrome/browser/autofill/autofill_address_sheet_controller_mac.h
@@ -39,7 +39,7 @@ typedef NSInteger AutoFillAddressMode;
AutoFillAddressMode mode_;
}
-@property (nonatomic, retain) AutoFillAddressModel* addressModel;
+@property(nonatomic, retain) AutoFillAddressModel* addressModel;
// IBActions for save and cancel buttons. Both invoke |endSheet:|.
- (IBAction)save:(id)sender;
« no previous file with comments | « chrome/browser/autofill/autofill_address_model_mac.h ('k') | chrome/browser/autofill/autofill_credit_card_model_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698