]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_html.c
Fix two TODOs with one check-in. Both of these relate to vertical space
[mandoc.git] / man_html.c
index 73953ecdd21868e221d59e283674f27c5de6b788..52a5c5b1d35c59c327666ad617b28c116238e012 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: man_html.c,v 1.72 2011/05/17 11:34:31 kristaps Exp $ */
+/*     $Id: man_html.c,v 1.73 2011/06/18 17:58:48 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -135,7 +135,6 @@ html_man(void *arg, const struct man *m)
        printf("\n");
 }
 
-
 static void
 print_man(MAN_ARGS) 
 {