<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On Jan 10, 2013, at 13:45 , Nico Weber <<a href="mailto:thakis@chromium.org">thakis@chromium.org</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On Thu, Jan 10, 2013 at 1:43 PM, Jordan Rose <span dir="ltr"><<a href="mailto:jordan_rose@apple.com" target="_blank">jordan_rose@apple.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><div>Looks like spaces are correct for @synthesize:</div><div><br></div><div><a href="https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/EncapsulatingData/EncapsulatingData.html#//apple_ref/doc/uid/TP40011210-CH5-SW6" target="_blank">https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/EncapsulatingData/EncapsulatingData.html#//apple_ref/doc/uid/TP40011210-CH5-SW6</a></div>
<div><br></div><div><div style="clear:both;font-size:13px;font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;margin:1.5em 0px"><blockquote type="cite"><table style="width:1063px;background-color:rgb(241,245,249);border-collapse:collapse;border:1px solid rgb(199,207,213);padding-bottom:4px">
<tbody><tr style="border-bottom-width:0px;border-bottom-style:solid;border-bottom-color:rgb(255,255,255)"><td scope="row" style="padding:0.5em"><pre style="font-size:13px;font-family:Courier,Consolas,monospace;color:rgb(102,102,102);line-height:14px;white-space:pre-wrap">@implementation YourClass<span style="margin-right:0.667em;float:right"></span></pre></td></tr><tr style="border-bottom-width:0px;border-bottom-style:solid;border-bottom-color:rgb(255,255,255)"><td scope="row" style="padding:0.5em">
<pre style="font-size:13px;font-family:Courier,Consolas,monospace;color:rgb(102,102,102);line-height:14px;white-space:pre-wrap">@synthesize propertyName = instanceVariableName;<span style="margin-right:0.667em;float:right"></span></pre>
</td></tr><tr style="border-bottom-width:0px;border-bottom-style:solid;border-bottom-color:rgb(255,255,255)"><td scope="row" style="padding:0.5em"><pre style="font-size:13px;font-family:Courier,Consolas,monospace;color:rgb(102,102,102);line-height:14px;white-space:pre-wrap">...<span style="margin-right:0.667em;float:right"></span></pre></td></tr><tr style="border-bottom-width:0px;border-bottom-style:solid;border-bottom-color:rgb(255,255,255)"><td scope="row" style="padding:0.5em"><pre style="font-size:13px;font-family:Courier,Consolas,monospace;color:rgb(102,102,102);line-height:14px;white-space:pre-wrap">@end<span style="margin-right:0.667em;float:right"></span></pre></td></tr></tbody></table><br></blockquote></div></div></div></blockquote><div><a href="https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CodingGuidelines/Articles/NamingIvarsAndTypes.html">https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CodingGuidelines/Articles/NamingIvarsAndTypes.html</a> has</div>
<div><br></div><div class="codesample clear" style="clear:both;font-size:13px;margin:1.5em 0px;font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;background-color:rgb(255,255,255)">
<table style="width:1020px;background-color:rgb(241,245,249);border-collapse:collapse;border:1px solid rgb(199,207,213);padding-bottom:4px"><tbody><tr style="border-bottom-width:0px;border-bottom-style:solid;border-bottom-color:rgb(255,255,255)">
<td scope="row" style="padding:0.5em"><pre style="font-size:13px;font-family:Courier,Consolas,monospace;color:rgb(102,102,102);line-height:14px;white-space:pre-wrap">@synthesize showsTitle=_showsTitle;<span style="margin-right:0.667em;float:right"></span></pre>
</td></tr></tbody></table></div><div>though :-)</div></div></blockquote><br></div><div>Hm. Fair enough. I would still go with spaces in this case. (The first document has been updated more recently, and it seems to be the majority on <a href="http://developer.apple.com">developer.apple.com</a>. Also I know the guy who wrote it.)</div><br></body></html>