<p>In <a href="https://github.com/geany/geany/pull/994#discussion_r59644002">src/ui_utils.c</a>:</p>
<pre style='color:#555'>>      GtkCssProvider *css = gtk_css_provider_new();
>    GError *error = NULL;
>  
> +  for ( i = 0 ; i < G_N_ELEMENTS(css_files) && css_files[i].version > gtk_version ; ++i )
> +  {}
</pre>
<p>Not a huge deal, but this <code>for</code> loop and the above inline struct/variable don't match <a href="https://github.com/geany/geany/blob/1.27.0/HACKING#L228">Geany's coding style</a>. No spaces inside parens or before <code>;</code>, braces on newlines, etc).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly or <a href="https://github.com/geany/geany/pull/994/files/e21492da5b01387cd7a928acecf77007d2b914bc#r59644002">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ_LJc6g2dEpreVXdejoeqOrKGyoQks5p3X1egaJpZM4IEajJ.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/geany/geany/pull/994/files/e21492da5b01387cd7a928acecf77007d2b914bc#r59644002"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>