changeset 1744:500eaef7bd7c

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 18 Oct 2017 15:10:08 +0300
parents e625b1b50126
children 65e37d990069
files colormap.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/colormap.c	Wed Oct 18 15:09:11 2017 +0300
+++ b/colormap.c	Wed Oct 18 15:10:08 2017 +0300
@@ -10,7 +10,8 @@
 #define MAXCOL    (256)
 #define MAXSTR    (1024)
 
-typedef struct {
+typedef struct
+{
     char *fmtName;
     char *fmtDescription;
     BOOL supBackColor;