diff options
author | nicm <nicm> | 2017-05-31 17:56:48 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-05-31 17:56:48 +0000 |
commit | 248aa54bfdef25ff95db3c3426651f9894c652c5 (patch) | |
tree | 148e7bc4e7f548da57cdd96e107ac1127005c58a /utf8.c | |
parent | 70cc8f2c7ee4789e2516a275d2c9494ad03c4d7f (diff) | |
download | rtmux-248aa54bfdef25ff95db3c3426651f9894c652c5.tar.gz rtmux-248aa54bfdef25ff95db3c3426651f9894c652c5.tar.bz2 rtmux-248aa54bfdef25ff95db3c3426651f9894c652c5.zip |
Style and spacing nits.
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |