[gimp/metadata-browser] file-xwd: Indent code
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] file-xwd: Indent code
- Date: Fri, 2 Dec 2011 02:14:38 +0000 (UTC)
commit 495ded10175116a029f8ed4495e0dc0389221bbc
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]