plug-ins: some very minor style (alignment) fixes.

This commit is contained in:
Jehan 2019-08-18 22:37:07 +02:00
parent 4799619bbc
commit 045d03a3de
1 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ gfig_query_procedures (GimpPlugIn *plug_in)
static GimpProcedure *
gfig_create_procedure (GimpPlugIn *plug_in,
const gchar *name)
const gchar *name)
{
GimpProcedure *procedure = NULL;
@ -451,7 +451,7 @@ gfig_load (const gchar *filename,
if (!fp)
{
g_message (_("Could not open '%s' for reading: %s"),
gimp_filename_to_utf8 (filename), g_strerror (errno));
gimp_filename_to_utf8 (filename), g_strerror (errno));
return NULL;
}