changeset 2070:41df24d1dfb6

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 05 Dec 2018 14:41:25 +0200
parents 83a3d05b5c1d
children 3dac7a781317
files tools/gfxconv.c tools/libgfx.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Wed Dec 05 14:41:19 2018 +0200
+++ b/tools/gfxconv.c	Wed Dec 05 14:41:25 2018 +0200
@@ -2053,7 +2053,7 @@
                 optSpec.scaleX = scaleX;
                 optSpec.scaleY = scaleY;
                 break;
-            
+
             case SCALE_RELATIVE:
                 optSpec.scaleX *= scaleX;
                 optSpec.scaleY *= scaleY;
--- a/tools/libgfx.h	Wed Dec 05 14:41:19 2018 +0200
+++ b/tools/libgfx.h	Wed Dec 05 14:41:25 2018 +0200
@@ -92,7 +92,7 @@
 typedef struct
 {
     int  fmtid;               // DM_IMGFMT_* of target format (a bit of a kludge here)
-    int  format;              // Target color format DM_COLFMT_* 
+    int  format;              // Target color format DM_COLFMT_*
     int  scaleX, scaleY;      // Scale factors (1..)
     int  nplanes, bpp, mask;
     BOOL planar;