From: Philipp Takacs Date: Fri, 23 Nov 2018 00:41:06 +0000 (+0100) Subject: fix indention in uip/mhl.c X-Git-Tag: mmh-0.4~15 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=24d23e290e7b1320eca49cfd2ea0ca0af3e761e0;ds=sidebyside fix indention in uip/mhl.c --- diff --git a/uip/mhl.c b/uip/mhl.c index 2987c0d..b8213b0 100644 --- a/uip/mhl.c +++ b/uip/mhl.c @@ -981,7 +981,7 @@ putcomp(struct mcomp *c1, struct mcomp *c2, int flag) count += c1->c_offset; if ((cp = oneline(c2->c_text, c1->c_flags))) { - putstr((c1->c_flags & RTRIM) ? rtrim(cp) : cp); + putstr((c1->c_flags & RTRIM) ? rtrim(cp) : cp); } if (term == '\n') putstr("\n");