[gimp] libgimp: fix broken indentation in gimpexport.c



commit 28fe83b865e4dcf50802a98a4e57297cbe7c06b9
Author: Michael Natterer <mitch gimp org>
Date:   Thu Aug 8 22:11:40 2013 +0200

    libgimp: fix broken indentation in gimpexport.c

 libgimp/gimpexport.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgimp/gimpexport.c b/libgimp/gimpexport.c
index 979fd2c..3dfadb9 100644
--- a/libgimp/gimpexport.c
+++ b/libgimp/gimpexport.c
@@ -762,7 +762,7 @@ gimp_export_image (gint32                 *image_ID,
           /*  If this is the last layer, it's visible and has no alpha
            *  channel, then the image has a "flat" background
            */
-                if (i == n_layers - 1 && gimp_item_get_visible (layers[i]))
+          if (i == n_layers - 1 && gimp_item_get_visible (layers[i]))
             background_has_alpha = FALSE;
 
           if (capabilities & GIMP_EXPORT_NEEDS_ALPHA)


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