projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de6974e
)
fix indention in uip/mhl.c
author
Philipp Takacs
<philipp@bureaucracy.de>
Fri, 23 Nov 2018 00:41:06 +0000
(
01:41
+0100)
committer
Philipp Takacs
<philipp@bureaucracy.de>
Sun, 25 Nov 2018 14:08:54 +0000
(15:08 +0100)
uip/mhl.c
patch
|
blob
|
history
diff --git
a/uip/mhl.c
b/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");