<div dir="ltr">On 16 October 2017 at 01:20, Dave Yost <span dir="ltr">&lt;<a href="mailto:Dave@yost.com" target="_blank">Dave@yost.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><div><div id="gmail-m_-7525841707385711732signature">Nuance:</div></div><div id="gmail-m_-7525841707385711732signature"><br></div><div id="gmail-m_-7525841707385711732signature">Compiler says:</div><div id="gmail-m_-7525841707385711732signature">    Expression following ‘<font color="#5856d6" face="Menlo" size="1"><span style="background-color:white">return</span></font>’ is treated as an argument of the &#39;<font color="#5856d6" face="Menlo" size="1"><span style="background-color:white">return</span></font>&#39;.</div>unless <font color="#5856d6" face="Menlo" size="1"><span style="background-color:white">foo()</span></font> is indented by at least one space. Then there is no complaint.</div></blockquote><div><br></div><div>to have more fun try this:</div><div><br></div><div>&lt;tab-character&gt; return</div><div>&lt;tab-character&gt; foo()          // visually no indent, warning</div><div><br></div><div>&lt;tab-character&gt; return</div><div>&lt;nnnn-spaces&gt; foo()  // no warning. but visually it is the same as above.</div><div><br></div><div>where n is the same number of spaces as in your tab-character</div><div><br></div><div>Mike</div><div><br></div></div></div></div>