plug-ins: some minor coding style fix.

Just some missing spaces between function name and parenthese which I
came across.
This commit is contained in:
Jehan 2017-12-20 15:12:10 +01:00
parent 8ea316667c
commit 3d5732e23e
2 changed files with 2 additions and 2 deletions

View File

@ -955,7 +955,7 @@ read_line (FILE *fp,
}
else if (info->imageType == TGA_TYPE_MAPPED)
{
g_assert(bpp == 1);
g_assert (bpp == 1);
apply_index (row, buf, info->width, info->colorMapIndex);
}

View File

@ -413,7 +413,7 @@ load_image (const gchar *filename,
if (debug_prints && darktable_stdout && *darktable_stdout)
printf ("%s\n", darktable_stdout);
g_free(darktable_stdout);
g_free (darktable_stdout);
g_unlink (filename_out);
g_free (lua_cmd);