]> git.marmaro.de Git - mmh/commitdiff
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 2987c0d2a6a9b89d3d3dbdbd64a8184353bbc604..b8213b048820f5f2c3c32a91732c8f4bac3cc488 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");