changeset 2545:e028058648ea

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 18 Oct 2021 07:38:23 +0300
parents 0b1e73d49503
children b76ac594cf33
files tools/lib64fmts.c
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64fmts.c	Mon Oct 18 06:39:33 2021 +0300
+++ b/tools/lib64fmts.c	Mon Oct 18 07:38:23 2021 +0300
@@ -2312,7 +2312,7 @@
             { DO_COPY      , DS_COLOR_RAM   , 0x0000, 0,  0,   0, NULL, NULL, DF_NORMAL },
             DEF_REPEAT_BLOCK_8(DS_SCREEN_RAM, 0x0400, 0, 0x400, 0, DF_NORMAL),
             { DO_COPY      , DS_BITMAP_RAM  , 0x2400, 0,  0,   0, NULL, NULL, DF_NORMAL },
-            { DO_SET_OP     , DS_EXTRA_INFO  , D64_FLI_8,  0,   0, D64_EI_FLI_TYPE, NULL, NULL, DF_DECODE },
+            { DO_SET_OP    , DS_EXTRA_INFO  , D64_FLI_8,  0,   0, D64_EI_FLI_TYPE, NULL, NULL, DF_DECODE },
             { DO_LAST      , 0              , 0     , 0,  0,   0, NULL, NULL, DF_NORMAL },
         }
     },
@@ -3127,7 +3127,7 @@
             {
                 { DO_COPY       , DS_BITMAP_RAM  , 0x0000, 0,  0    ,  0, NULL, NULL, DF_NORMAL },
                 DEF_REPEAT_BLOCK_8(DS_SCREEN_RAM , 0x2000, 0,  0x400,  0, DF_NORMAL),
-                { DO_SET_OP     , DS_EXTRA_INFO  , D64_FLI_8      , 0,  0  , D64_EI_FLI_TYPE, NULL, NULL, DF_DECODE },
+                { DO_SET_OP     , DS_EXTRA_INFO  , D64_FLI_8, 0,  0  , D64_EI_FLI_TYPE, NULL, NULL, DF_DECODE },
                 { DO_LAST       , 0              , 0     , 0,  0    ,  0, NULL, NULL, DF_NORMAL },
             }
         },
@@ -3293,28 +3293,28 @@
     {
         "suphi1", "SupeRes hires [clear] (packed)", -1, 0, 0x23, DM_FMT_RDWR,
         fmtProbeSupeRes,
-        fmtDecodeSupeRes,fmtEncodeSupeRes,
+        fmtDecodeSupeRes, fmtEncodeSupeRes,
         { }, &dmC64CommonFormats[10]
     },
 
     {
         "suphi2", "SupeRes hires [no-clear] (packed)", -1, 0, 0x25, DM_FMT_RDWR,
         fmtProbeSupeRes,
-        fmtDecodeSupeRes,fmtEncodeSupeRes,
+        fmtDecodeSupeRes, fmtEncodeSupeRes,
         { }, &dmC64CommonFormats[10]
     },
 
     {
         "supmc1", "SupeRes multicolor [clear] (packed)", -1, 0, 0x24, DM_FMT_RDWR,
         fmtProbeSupeRes,
-        fmtDecodeSupeRes,fmtEncodeSupeRes,
+        fmtDecodeSupeRes, fmtEncodeSupeRes,
         { }, &dmC64CommonFormats[0]
     },
 
     {
         "supmc2", "SupeRes multicolor [no-clear] (packed)", -1, 0, 0x26, DM_FMT_RDWR,
         fmtProbeSupeRes,
-        fmtDecodeSupeRes,fmtEncodeSupeRes,
+        fmtDecodeSupeRes, fmtEncodeSupeRes,
         { }, &dmC64CommonFormats[0]
     },