changeset 2033:cf966e66c9af

Indentation.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 27 Nov 2018 13:40:31 +0200
parents 5fe25336a474
children 45ad06bb60c4
files tools/lib64fmts.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)), \