[gimp] plug-ins: some very minor style (alignment) fixes.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: some very minor style (alignment) fixes.
- Date: Sun, 18 Aug 2019 20:37:48 +0000 (UTC)
commit 045d03a3dee262111f9e685c76ffb34b701ce6c8
Author: Jehan <jehan girinstud io>
Date: Sun Aug 18 22:37:07 2019 +0200
plug-ins: some very minor style (alignment) fixes.
plug-ins/gfig/gfig.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/gfig/gfig.c b/plug-ins/gfig/gfig.c
index 458b2add9c..a3e8773a76 100644
--- a/plug-ins/gfig/gfig.c
+++ b/plug-ins/gfig/gfig.c
@@ -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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]