]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_action.c
Proper leading spaces for new- and old-groff in -man -Tascii mode.
[mandoc.git] / man_action.c
index 53f79b3bbbb17d4088baf019647431f4d9762d3d..1edd6509f357c51c6f38dcdc4db35490216c9e61 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: man_action.c,v 1.29 2010/03/24 20:10:53 kristaps Exp $ */
+/*     $Id: man_action.c,v 1.30 2010/03/27 10:04:56 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -124,7 +124,6 @@ post_de(struct man *m)
         */
        if (MAN_BLOCK == m->last->type)
                man_node_delete(m, m->last);
-
        return(1);
 }