[gimp] Bug 776515 - pdbgen.pl generated code includes tabs
- From: Michael Schumacher <schumaml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 776515 - pdbgen.pl generated code includes tabs
- Date: Tue, 27 Dec 2016 00:09:04 +0000 (UTC)
commit 0c0c86d28631e0b148cbe17406c7831d4aa12871
Author: Michael Schumacher <schumaml gmx de>
Date: Tue Dec 27 01:07:47 2016 +0100
Bug 776515 - pdbgen.pl generated code includes tabs
tools/pdbgen/pdb/gradient.pdb | 6 +++---
tools/pdbgen/pdb/plug_in_compat.pdb | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tools/pdbgen/pdb/gradient.pdb b/tools/pdbgen/pdb/gradient.pdb
index acae518..56c591c 100644
--- a/tools/pdbgen/pdb/gradient.pdb
+++ b/tools/pdbgen/pdb/gradient.pdb
@@ -1375,10 +1375,10 @@ $extra{app}->{code} = <<'CODE';
static GimpGradient *
gradient_get (Gimp *gimp,
const gchar *name,
- gboolean writable,
+ gboolean writable,
gint segment,
GimpGradientSegment **seg,
- GError **error)
+ GError **error)
{
GimpGradient *gradient = gimp_pdb_get_gradient (gimp, name, writable, error);
@@ -1397,7 +1397,7 @@ gradient_get_range (Gimp *gimp,
gint end_segment,
GimpGradientSegment **start_seg,
GimpGradientSegment **end_seg,
- GError **error)
+ GError **error)
{
GimpGradient *gradient = gimp_pdb_get_gradient (gimp, name, TRUE, error);
diff --git a/tools/pdbgen/pdb/plug_in_compat.pdb b/tools/pdbgen/pdb/plug_in_compat.pdb
index b28deee..9ac8acb 100644
--- a/tools/pdbgen/pdb/plug_in_compat.pdb
+++ b/tools/pdbgen/pdb/plug_in_compat.pdb
@@ -4841,7 +4841,7 @@ gaussian_blur (GimpDrawable *drawable,
"operation", "gegl:gaussian-blur",
"std-dev-x", horizontal * 0.32,
"std-dev-y", vertical * 0.32,
- "abyss-policy", 1,
+ "abyss-policy", 1,
NULL);
node = wrap_in_gamma_cast (node, drawable);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]