[gimp/gimp-attributes-wip: 87/88] plug-in: file-png: correct indentation



commit 23ac3d2ec10ebd5271c5128997aff7189e5911f3
Author: Hartmut Kuhse <hk_priv gmx de>
Date:   Mon Aug 10 19:19:55 2015 +0200

    plug-in: file-png: correct indentation

 plug-ins/common/file-png.c |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/plug-ins/common/file-png.c b/plug-ins/common/file-png.c
index c9ec00f..f83c205 100644
--- a/plug-ins/common/file-png.c
+++ b/plug-ins/common/file-png.c
@@ -804,17 +804,17 @@ load_image (const gchar  *filename,
             GError      **error)
 {
   int i,                        /* Looping var */
-    trns,                       /* Transparency present */
-    bpp,                        /* Bytes per pixel */
-    width,                      /* image width */
-    height,                     /* image height */
-    empty,                      /* Number of fully transparent indices */
-    num_passes,                 /* Number of interlace passes in file */
-    pass,                       /* Current pass in file */
-    tile_height,                /* Height of tile in GIMP */
-    begin,                      /* Beginning tile row */
-    end,                        /* Ending tile row */
-    num;                        /* Number of rows to load */
+  trns,                         /* Transparency present */
+  bpp,                          /* Bytes per pixel */
+  width,                        /* image width */
+  height,                       /* image height */
+  empty,                        /* Number of fully transparent indices */
+  num_passes,                   /* Number of interlace passes in file */
+  pass,                         /* Current pass in file */
+  tile_height,                  /* Height of tile in GIMP */
+  begin,                        /* Beginning tile row */
+  end,                          /* Ending tile row */
+  num;                          /* Number of rows to load */
   GimpImageBaseType image_type; /* Type of image */
   GimpPrecision image_precision;/* Precision of image */
   GimpImageType layer_type;     /* Type of drawable/layer */
@@ -826,11 +826,11 @@ load_image (const gchar  *filename,
   png_structp pp;               /* PNG read pointer */
   png_infop info;               /* PNG info pointers */
   guchar **pixels,              /* Pixel rows */
-   *pixel;                      /* Pixel data */
+ *pixel;                        /* Pixel data */
   guchar alpha[256],            /* Index -> Alpha */
-   *alpha_ptr;                  /* Temporary pointer */
+ *alpha_ptr;                    /* Temporary pointer */
   struct read_error_data
-   error_data;
+  error_data;
 
   png_textp  text;
   gint       num_texts;


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