Style and spacing nits.

This commit is contained in:
nicm 2017-05-31 17:56:48 +00:00
parent 70cc8f2c7e
commit 248aa54bfd
7 changed files with 7 additions and 8 deletions

3
utf8.c
View File

@ -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;