Add back spaces around ellipses in case statements
authorH. Peter Anvin <hpa@zytor.com>
Fri, 29 May 2009 22:25:40 +0000 (15:25 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 29 May 2009 22:25:40 +0000 (15:25 -0700)
commitedeedaeee717513814967046cb6934819a62b1ad
tree317ec5e9d8f9cb984fa16d118e096d24cb1774a7
parent6b0b2fb1cfd143cbd13bcf8e1700c5d1537c4034
Add back spaces around ellipses in case statements

GNU C allows the ellipsis (...) to be used in case statements to
indicate a range.  However, it requires spaces around it to be valid.
Nindent stripped those off, put them back.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/lib/sys/ansi.c
com32/lib/vsscanf.c