fix indention in uip/mhl.c
authorPhilipp Takacs <philipp@bureaucracy.de>
Fri, 23 Nov 2018 00:41:06 +0000 (01:41 +0100)
committerPhilipp Takacs <philipp@bureaucracy.de>
Sun, 25 Nov 2018 14:08:54 +0000 (15:08 +0100)
uip/mhl.c

index 2987c0d..b8213b0 100644 (file)
--- 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");