<p>In <a href="https://github.com/mlpack/mlpack/pull/567#discussion_r55998622">src/mlpack/core/util/timers.cpp</a>:</p>
<pre style='color:#555'>&gt;  
&gt; -  GetTime(&amp;tmp);
&gt; -
&gt; -  // Check to see if the timer already exists.  If it does, we&#39;ll subtract the
&gt; -  // old value.
&gt; -  if (timers.count(timerName) == 1)
&gt; +  // If the timer is added first time
&gt; +  if(timers.count(timerName) == 0)
</pre>
<p>Please add a space here between the if and its argument; I need to update the style guide to point this out.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/mlpack/mlpack/pull/567/files#r55998622">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFCwSNgZvM53E-BtBrGNWz2PYtu9Jks5ptWF-gaJpZM4Hvwm7.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/567/files#r55998622"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>