<p>I noticed this warning on buster and slack current, both using gcc8.</p>
<p>This fixes the warning (caused by mixed tabs/spaces indentation):</p>
<pre><code>bptree.c: In function ‘on_hitscount_changed’:
bptree.c:373:5: warning: this ‘if’ clause does not guard...
[-Wmisleading-indentation]
     if (oldcount != count)
     ^~
bptree.c:376:2: note: ...this statement, but the latter is misleadingly
indented as if it were guarded by the ‘if’
  gtk_tree_path_free(tree_path);
  ^~~~~~~~~~~~~~~~~~
</code></pre>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/geany/geany-plugins/pull/816'>https://github.com/geany/geany-plugins/pull/816</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>debugger/bptree.c:fix compiler warning</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany-plugins/pull/816/files#diff-0">debugger/src/bptree.c</a>
    (6)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/geany/geany-plugins/pull/816.patch'>https://github.com/geany/geany-plugins/pull/816.patch</a></li>
  <li><a href='https://github.com/geany/geany-plugins/pull/816.diff'>https://github.com/geany/geany-plugins/pull/816.diff</a></li>
</ul>

<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-plugins/pull/816">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJy7xG7j8UVqPM4Og_aVQ7ZPxtGJ4ks5vGlAvgaJpZM4aR-Xz">mute the thread</a>.<img src="https://github.com/notifications/beacon/ABDrJ0L0i8KA3S7wWz6jdRwcim0tvRUOks5vGlAvgaJpZM4aR-Xz.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany-plugins","title":"geany/geany-plugins","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany-plugins"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"debugger/bptree.c:fix compiler warning (#816)"}],"action":{"name":"View Pull Request","url":"https://github.com/geany/geany-plugins/pull/816"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany-plugins/pull/816",
"url": "https://github.com/geany/geany-plugins/pull/816",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>