<p>In <a href="https://github.com/mlpack/mlpack/pull/691#discussion_r68644470">src/mlpack/methods/lsh/lsh_search_impl.hpp</a>:</p>
<pre style='color:#555'>&gt; +
&gt; +    // If dimesnion is unseen thus far, mark it as seen.
&gt; +    if ( check[i % numProj] == false )
&gt; +      check[i % numProj] = true;
&gt; +    else
&gt; +      return false; // If dimension was seen before, set is not valid.
&gt; +  }
&gt; +
&gt; +  // If we didn&#39;t fail, set is valid.
&gt; +  return true;
&gt; +}
&gt; +
&gt; +// Compute additional probing bins for a query
&gt; +template&lt;typename SortPolicy&gt;
&gt; +void LSHSearch&lt;SortPolicy&gt;::GetAdditionalProbingBins(
&gt; +                            const arma::vec&amp; queryCode,
</pre>
<p>The spacing seems odd here; if we can't fit the arguments on the same line as the function name, then we should just indent them four spaces from the start of the line.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/mlpack/mlpack/pull/691/files/71eda99e207a9b91581504e11a9e14d38838bc9f#r68644470">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AJ4bFK6k4tntxecHJ4QLUJFPWTFumRBhks5qQCrlgaJpZM4IxQW5">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFNMvb_9zaGeTkmPlmKnb3P9RaSmYks5qQCrlgaJpZM4IxQW5.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/pull/691/files/71eda99e207a9b91581504e11a9e14d38838bc9f#r68644470"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>