diff options
author | H. Peter Anvin <hpa@zytor.com> | 2012-02-29 21:12:55 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2012-02-29 21:12:55 -0800 |
commit | c105886c048e0700de01c6ba327684b67aa0aed1 (patch) | |
tree | ec752aa3ccacb7cc32a23b051aff0f9a9ed98bf4 /scoretbl.c | |
parent | 9041bb43b4d5de67cab2a2224afcd1c40d53ec87 (diff) | |
download | grv-c105886c048e0700de01c6ba327684b67aa0aed1.tar.gz grv-c105886c048e0700de01c6ba327684b67aa0aed1.tar.xz grv-c105886c048e0700de01c6ba327684b67aa0aed1.zip |
Clean up crap whitespace
Diffstat (limited to 'scoretbl.c')
-rw-r--r-- | scoretbl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ static unsigned char *unquote(const char *i) i += 2; } *o++ = '\0'; - + return buf; } |