changeset 2218:f808d3483d4b

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 14 Jun 2019 07:44:22 +0300
parents 80cc4ac6d876
children 8cd2a821e8a0
files tools/lib64util.h
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64util.h	Fri Jun 14 07:40:24 2019 +0300
+++ b/tools/lib64util.h	Fri Jun 14 07:44:22 2019 +0300
@@ -21,14 +21,12 @@
 #endif
 
 
-
-
 char *    dmC64GetImageTypeString(char *buf, const size_t len, const int type, const BOOL lng);
 void      dmC64ImageDump(FILE *fh, const DMC64Image *img, const DMC64ImageFormat *fmt, const char *indent);
 
 
-BOOL argHandleC64PaletteOption(char *optArg, DMC64Palette **ppal, char **palFile);
-int dmHandleExternalPalette(const char *filename, DMPalette **ppal);
+BOOL   argHandleC64PaletteOption(char *optArg, DMC64Palette **ppal, char **palFile);
+int    dmHandleExternalPalette(const char *filename, DMPalette **ppal);
 
 
 #ifdef __cplusplus