<p><b>@codebrainz</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/geany/geany/pull/2271#discussion_r319314161">src/build.c</a>:</p>
<pre style='color:#555'>> @@ -1547,25 +1542,17 @@ static void set_stop_button(gboolean stop)
        GtkToolButton *run_button;
 
        run_button = GTK_TOOL_BUTTON(toolbar_get_widget_by_name("Run"));
-       if (run_button != NULL)
-               button_stock_id = gtk_tool_button_get_stock_id(run_button);
+       if (!run_button) return;
</pre>
<p>More or less: <a href="https://github.com/geany/geany/blob/0ce5d5484e39edc25bc996cc0bf01f5bdc2b5221/HACKING#L274">Line break</a>, and <a href="https://github.com/geany/geany/blob/0ce5d5484e39edc25bc996cc0bf01f5bdc2b5221/HACKING#L269">operator spacing</a> (although it says two operand) but also <a href="https://github.com/geany/geany/blob/0ce5d5484e39edc25bc996cc0bf01f5bdc2b5221/HACKING#L278">fit in with existing code</a>, for example <a href="https://github.com/geany/geany/pull/2271/files#diff-8ae5a6e4e9368d91c0c59edbde1627c2R791">here</a> and <a href="https://github.com/geany/geany/pull/2271/files#diff-8ae5a6e4e9368d91c0c59edbde1627c2R1550">here</a> in nearby code (counter example <a href="https://github.com/geany/geany/pull/2271/files#diff-8ae5a6e4e9368d91c0c59edbde1627c2R830">here</a>)</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, <a href="https://github.com/geany/geany/pull/2271?email_source=notifications&email_token=AAIOWJYAV7AB645WM3LJJ3TQHBOELA5CNFSM4IPBC37KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDFYYIQ#discussion_r319314161">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ3S73PBLBJC4NNNNQDQHBOELANCNFSM4IPBC37A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AAIOWJ6PUG7O5EC46E44SSTQHBOELA5CNFSM4IPBC37KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDFYYIQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/2271?email_source=notifications\u0026email_token=AAIOWJYAV7AB645WM3LJJ3TQHBOELA5CNFSM4IPBC37KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDFYYIQ#discussion_r319314161",
"url": "https://github.com/geany/geany/pull/2271?email_source=notifications\u0026email_token=AAIOWJYAV7AB645WM3LJJ3TQHBOELA5CNFSM4IPBC37KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDFYYIQ#discussion_r319314161",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>