diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-03-22 13:21:18 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-03-22 13:21:18 +0100 |
commit | f7e5ac3208a40ceed8bc3bd05fe81bffc774bbf5 (patch) | |
tree | 984cb2deae344c86466e08c0146308ba7b11b9db /tools.h | |
parent | a8ca6f19da6c0c3834729416a0c9eacc004ef200 (diff) | |
download | vdr-plugin-tvguide-f7e5ac3208a40ceed8bc3bd05fe81bffc774bbf5.tar.gz vdr-plugin-tvguide-f7e5ac3208a40ceed8bc3bd05fe81bffc774bbf5.tar.bz2 |
Some cosmetic changes
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -45,21 +45,21 @@ typedef unsigned int Uint; typedef struct { - Uint *R, - *R1, - *RP, - *S, - *RI; - Uint *FilterS; + Uint *R, + *R1, + *RP, + *S, + *RI; + Uint *FilterS; - int Map[256]; - int FilterMap[256]; - int k; - Uint mask_ok; - Uint filter_ok; - Uint filter_shift; - int r_size; - int FilterSet; + int Map[256]; + int FilterMap[256]; + int k; + Uint mask_ok; + Uint filter_ok; + Uint filter_shift; + int r_size; + int FilterSet; } AFUZZY; void afuzzy_init(const char *p, int kerr, int UseFilter, AFUZZY *fuzzy); |