[gimp/gimp-2-6] file-mng: Indent some code (cherry picked from commit 904d3452b9087bcdc6366cf98b4b2d04b1fc6a37)



commit 8d2c567555900e04ff7251fa9e6cb4d10c3f7196
Author: Mukund Sivaraman <muks banu com>
Date:   Fri May 6 19:33:20 2011 +0530

    file-mng: Indent some code
    (cherry picked from commit 904d3452b9087bcdc6366cf98b4b2d04b1fc6a37)

 plug-ins/common/file-mng.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/file-mng.c b/plug-ins/common/file-mng.c
index 496b00c..8054504 100644
--- a/plug-ins/common/file-mng.c
+++ b/plug-ins/common/file-mng.c
@@ -1039,7 +1039,8 @@ mng_save_image (const gchar  *filename,
         case GIMP_INDEXED_IMAGE:
           color_type = PNG_COLOR_TYPE_PALETTE;
           mngg.has_plte = TRUE;
-          mngg.palette = (png_colorp) gimp_image_get_colormap (image_id, &mngg.num_palette);
+          mngg.palette = (png_colorp)
+            gimp_image_get_colormap (image_id, &mngg.num_palette);
           bit_depth = get_bit_depth_for_palette (mngg.num_palette);
           break;
         case GIMP_INDEXEDA_IMAGE:



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