[gimp] plug-ins: clean out some tabs who lost their way.



commit 2d2dc450e821445c88c1290fa82d9538b913c222
Author: Jehan <jehan girinstud io>
Date:   Mon Feb 5 15:09:19 2018 +0100

    plug-ins: clean out some tabs who lost their way.

 plug-ins/file-ico/ico-save.c |    2 +-
 plug-ins/file-ico/ico.c      |   20 ++++++++++----------
 2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/plug-ins/file-ico/ico-save.c b/plug-ins/file-ico/ico-save.c
index 6d19e16..33b6924 100644
--- a/plug-ins/file-ico/ico-save.c
+++ b/plug-ins/file-ico/ico-save.c
@@ -159,7 +159,7 @@ static void
 ico_save_init (gint32       image_ID,
                IcoSaveInfo *info)
 {
-  gint     *layers;
+  gint      *layers;
   gint       i, num_colors;
   gboolean   uses_alpha_values = FALSE;
 
diff --git a/plug-ins/file-ico/ico.c b/plug-ins/file-ico/ico.c
index 41011bd..1cfed73 100644
--- a/plug-ins/file-ico/ico.c
+++ b/plug-ins/file-ico/ico.c
@@ -118,8 +118,8 @@ query (void)
                           "Dom Lachowicz, Sven Neumann",
                           "Sven Neumann <sven gimp org>",
                           "2005",
-                         NULL,
-                         NULL,
+                          NULL,
+                          NULL,
                           GIMP_PLUGIN,
                           G_N_ELEMENTS (thumb_args),
                           G_N_ELEMENTS (thumb_return_vals),
@@ -218,14 +218,14 @@ run (const gchar      *name,
 
           if (image_ID != -1)
             {
-             *nreturn_vals = 4;
-
-             values[1].type         = GIMP_PDB_IMAGE;
-             values[1].data.d_image = image_ID;
-             values[2].type         = GIMP_PDB_INT32;
-             values[2].data.d_int32 = width;
-             values[3].type         = GIMP_PDB_INT32;
-             values[3].data.d_int32 = height;
+              *nreturn_vals = 4;
+
+              values[1].type         = GIMP_PDB_IMAGE;
+              values[1].data.d_image = image_ID;
+              values[2].type         = GIMP_PDB_INT32;
+              values[2].data.d_int32 = width;
+              values[3].type         = GIMP_PDB_INT32;
+              values[3].data.d_int32 = height;
             }
           else
             {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]