[gimp] file-xwd: Indent code



commit c8eac767e6cca945b2ee213109e09293e9d1b342
Author: Mukund Sivaraman <muks banu com>
Date:   Sat Oct 8 18:38:14 2011 +0530

    file-xwd: Indent code

 plug-ins/common/file-xwd.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/file-xwd.c b/plug-ins/common/file-xwd.c
index 1b4cec3..64587ba 100644
--- a/plug-ins/common/file-xwd.c
+++ b/plug-ins/common/file-xwd.c
@@ -1694,7 +1694,8 @@ load_xwd_f2_d24_b32 (const gchar     *filename,
     bluemap[blue] = (blue * 255) / maxblue;
 
   ncols = xwdhdr->l_colormap_entries;
-  if (xwdhdr->l_ncolors < ncols) ncols = xwdhdr->l_ncolors;
+  if (xwdhdr->l_ncolors < ncols)
+    ncols = xwdhdr->l_ncolors;
 
   set_pixelmap (ncols, xwdcolmap, &pixel_map);
 



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