From 248aa54bfdef25ff95db3c3426651f9894c652c5 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 31 May 2017 17:56:48 +0000 Subject: Style and spacing nits. --- utf8.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'utf8.c') diff --git a/utf8.c b/utf8.c index ac85863a..3a315749 100644 --- a/utf8.c +++ b/utf8.c @@ -402,8 +402,7 @@ utf8_rtrimcstr(const char *s, u_int width) next = end - 1; at = 0; - for (;;) - { + for (;;) { if (at + next->width > width) { next++; break; -- cgit