summaryrefslogtreecommitdiffstats
path: root/utf8.c
diff options
context:
space:
mode:
authornicm <nicm>2014-04-17 14:45:49 +0000
committernicm <nicm>2014-04-17 14:45:49 +0000
commita5d4b7f3d927b267e21aa34c2451669318536e46 (patch)
tree0348849c34d544593e61f9874a5bfbf46c324a23 /utf8.c
parentf194f103a2c8301ba9eea67eefc3e15f76edbca5 (diff)
Some more long lines.
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/utf8.c b/utf8.c
index 082683e8..945715dd 100644
--- a/utf8.c
+++ b/utf8.c
@@ -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);