<p>In <a href="https://github.com/geany/geany-plugins/pull/324#discussion_r49946787">lineoperations/src/lineoperations.c</a>:</p>
<pre style='color:#555'>> +
> +
> +G_MODULE_EXPORT
> +void geany_load_module(GeanyPlugin *plugin)
> +{
> +  main_locale_init(LOCALEDIR, GETTEXT_PACKAGE);
> +
> +    plugin->info->name        = _("Line Operations");
> +    plugin->info->description = _("Line Operations provides a handful of functions that can be applied to a document such as, removing duplicate lines, removing empty lines, removing lines with only whitespace, and sorting lines.");
> +    plugin->info->version     = "0.1";
> +    plugin->info->author      = _("Sylvan Mostert <smostert.dev@gmail.com>");
> +
> +    plugin->funcs->init       = lo_init;
> +    plugin->funcs->cleanup    = lo_cleanup;
> +
> +    GEANY_PLUGIN_REGISTER(plugin, 225);
</pre>
<p>indentation is odd (4 spaces here instead of 1 tab everywhere else)</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#r49946787">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ3J-C-2nE1EChtzAxNPSfvkxr49Uks5pa5lSgaJpZM4HBhj7.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#r49946787"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>