From 24d23e290e7b1320eca49cfd2ea0ca0af3e761e0 Mon Sep 17 00:00:00 2001 From: Philipp Takacs Date: Fri, 23 Nov 2018 01:41:06 +0100 Subject: [PATCH] fix indention in uip/mhl.c --- uip/mhl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 1.7.10.4