utf8: use correct type for values in interval table
authorJohn Keeping <john@keeping.me.uk>
Sun, 16 Feb 2014 16:06:04 +0000 (16:06 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Feb 2014 23:51:40 +0000 (15:51 -0800)
We treat these as unsigned everywhere and compare against unsigned
values, so declare them using the typedef we already have for this.

While we're here, fix the indentation as well.

Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found