[gimp] file-xwd: Indent code
- From: Mukund Sivaraman <muks src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gimp] file-xwd: Indent code
 
- Date: Sat,  8 Oct 2011 13:34:10 +0000 (UTC)
 
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]