diff tools/libgfx.h @ 2070:41df24d1dfb6

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 05 Dec 2018 14:41:25 +0200
parents e4dc8fbaa5ad
children aedadff9e116
line wrap: on
line diff
--- 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;