From: John Keeping Date: Sun, 16 Feb 2014 16:06:04 +0000 (+0000) Subject: utf8: use correct type for values in interval table X-Git-Tag: v2.0.0-rc0~130^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a68a67dea399f15305b059aa36c007cfdde2890e?ds=inline;hp=a68a67dea399f15305b059aa36c007cfdde2890e utf8: use correct type for values in interval table 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 Signed-off-by: Junio C Hamano ---