summaryrefslogtreecommitdiffstats
path: root/utf8.c
diff options
context:
space:
mode:
authornicm <nicm>2017-05-31 17:56:48 +0000
committernicm <nicm>2017-05-31 17:56:48 +0000
commit248aa54bfdef25ff95db3c3426651f9894c652c5 (patch)
tree148e7bc4e7f548da57cdd96e107ac1127005c58a /utf8.c
parent70cc8f2c7ee4789e2516a275d2c9494ad03c4d7f (diff)
Style and spacing nits.
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 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;