# HG changeset patch # User Matti Hamalainen # Date 1543318831 -7200 # Node ID cf966e66c9af9ba787ffde5ee1612ce6b221d1e6 # Parent 5fe25336a474424ccedde44d52f656bb7fc30aa2 Indentation. diff -r 5fe25336a474 -r cf966e66c9af tools/lib64fmts.c --- a/tools/lib64fmts.c Tue Nov 27 12:22:16 2018 +0200 +++ b/tools/lib64fmts.c Tue Nov 27 13:40:31 2018 +0200 @@ -1084,7 +1084,9 @@ // Helper macros for defining screen memory layouts // common for several FLI type image formats // -#define DEF_SCREEN_RAM(start, oindex, bindex, osize, bsize) { DO_COPY, DS_SCREEN_RAM, (start) + ((osize) * (oindex)), (bindex), (bsize), 0, NULL, NULL } +#define DEF_SCREEN_RAM(start, oindex, bindex, osize, bsize) \ + { DO_COPY, DS_SCREEN_RAM, (start) + ((osize) * (oindex)), (bindex), (bsize), 0, NULL, NULL } + #define DEF_SCREEN_RAMS_8(start, sindex, osize, bsize) \ DEF_SCREEN_RAM((start), 0, (sindex + 0), (osize), (bsize)), \ DEF_SCREEN_RAM((start), 1, (sindex + 1), (osize), (bsize)), \