summaryrefslogtreecommitdiff
path: root/src/man.c
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-03-03 22:35:03 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-03-03 22:35:03 -0800
commit9a9b1760024caf43610aa838885f75c15ff19ccd (patch)
tree027ab5eb6ee17d72c211391c1817eb276b675fbe /src/man.c
parent417241800a2e5ab6da97303f52bc09bee664a755 (diff)
astyle changes.
Diffstat (limited to 'src/man.c')
-rw-r--r--src/man.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man.c b/src/man.c
index 27d308b..27cd2e4 100644
--- a/src/man.c
+++ b/src/man.c
@@ -200,7 +200,7 @@ S_render_node(cmark_node *node, cmark_event_type ev_type,
case CMARK_NODE_TEXT:
escape_man(man, node->as.literal.data,
- node->as.literal.len);
+ node->as.literal.len);
break;
case CMARK_NODE_LINEBREAK: