Some more long lines.

This commit is contained in:
nicm
2014-04-17 14:45:49 +00:00
parent f194f103a2
commit a5d4b7f3d9
12 changed files with 40 additions and 24 deletions

3
utf8.c
View File

@ -247,8 +247,7 @@ utf8_append(struct utf8_data *utf8data, u_char ch)
/* Check if two width tree entries overlap. */
int
utf8_overlap(
struct utf8_width_entry *item1, struct utf8_width_entry *item2)
utf8_overlap(struct utf8_width_entry *item1, struct utf8_width_entry *item2)
{
if (item1->first >= item2->first && item1->first <= item2->last)
return (1);