<p>In <a href="https://github.com/geany/geany-plugins/pull/324#discussion_r49494338">lineoperations/src/linefunctions.c</a>:</p>
<pre style='color:#555'>> + *
> + *      You should have received a copy of the GNU General Public License along
> + *      with this program; if not, write to the Free Software Foundation, Inc.,
> + *      51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
> +*/
> +
> +
> +#include "linefunctions.h"
> +
> +
> +// isspace()
> +gboolean issp(gchar c)
> +{
> +  return (c == ' ' || c == '\t' || c == '\f' ||
> +                  c == '\v' || c == '\r' || c == '\n');
> +}
</pre>
<p>The function <code>issp()</code> have been removed. It is no longer needed because of your suggestions with <code>sci_get_line_indentation</code> and direct scintilla manipulation.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/pull/324/files#r49494338">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ-sCLFDzKkyU_oP0x_w91erhCtuJks5pZT-OgaJpZM4HBhj7.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-plugins/pull/324/files#r49494338"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>