about summary refs log tree commit diff
path: root/converter/other/pnmtopalm/gen_palm_colormap.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/pnmtopalm/gen_palm_colormap.c')
-rw-r--r--converter/other/pnmtopalm/gen_palm_colormap.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/converter/other/pnmtopalm/gen_palm_colormap.c b/converter/other/pnmtopalm/gen_palm_colormap.c
index 0f3f8a5f..04555221 100644
--- a/converter/other/pnmtopalm/gen_palm_colormap.c
+++ b/converter/other/pnmtopalm/gen_palm_colormap.c
@@ -15,7 +15,7 @@ main(int     argc,
     Colormap defaultMap;
     unsigned int i;
     pixel pix;
-    
+
     defaultMap = palmcolor_build_default_8bit_colormap();
     qsort (defaultMap->color_entries, defaultMap->ncolors,
            sizeof(Color_s), palmcolor_compare_indices);
@@ -44,3 +44,5 @@ main(int     argc,
     return 0;
 }
 
+
+