changeset 2340:85cd3d36e670

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 24 Sep 2019 12:44:44 +0300
parents 2b22a7719a58
children a56f3bcb5476
files tools/lib64gfx.c tools/lib64gfx.h
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.c	Mon Sep 23 11:16:57 2019 +0300
+++ b/tools/lib64gfx.c	Tue Sep 24 12:44:44 2019 +0300
@@ -1330,8 +1330,8 @@
 }
 
 
-static int fmtGetGenericSCPixel(Uint8 *col, const DMC64Image *img,
-    const int rasterX, const int rasterY)
+static int fmtGetGenericSCPixel(Uint8 *col,
+    const DMC64Image *img, const int rasterX, const int rasterY)
 {
     DM_C64_GENERIC_SC_PIXEL_DEFS(img)
 
@@ -1342,8 +1342,8 @@
 }
 
 
-static int fmtGetGenericMCPixel(Uint8 *col, const DMC64Image *img,
-    const int rasterX, const int rasterY)
+static int fmtGetGenericMCPixel(Uint8 *col,
+    const DMC64Image *img, const int rasterX, const int rasterY)
 {
     DM_C64_GENERIC_MC_PIXEL_DEFS(img)
 
--- a/tools/lib64gfx.h	Mon Sep 23 11:16:57 2019 +0300
+++ b/tools/lib64gfx.h	Tue Sep 24 12:44:44 2019 +0300
@@ -250,8 +250,8 @@
 } DMC64Image;
 
 
-typedef int (*DMC64GetPixelFunc)(Uint8 *col, const DMC64Image *img,
-    const int rasterX, const int rasterY);
+typedef int (*DMC64GetPixelFunc)(Uint8 *col,
+    const DMC64Image *img, const int rasterX, const int rasterY);
 
 
 typedef struct _DMC64EncDecOp