# HG changeset patch # User Matti Hamalainen # Date 1569318284 -10800 # Node ID 85cd3d36e6704597c5dba29e20aa23c92960b573 # Parent 2b22a7719a5831432e8968a5e5070eca6eb86812 Cosmetics. diff -r 2b22a7719a58 -r 85cd3d36e670 tools/lib64gfx.c --- 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) diff -r 2b22a7719a58 -r 85cd3d36e670 tools/lib64gfx.h --- 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