file-xwd: Indent code

This commit is contained in:
Mukund Sivaraman 2011-10-08 18:38:14 +05:30
parent ba71d7b40f
commit c8eac767e6
1 changed files with 2 additions and 1 deletions

View File

@ -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);