diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-11-30 18:50:44 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-11-30 18:50:44 +0000 |
commit | 4bbdbe91830ef70f8e2412f6f13baa347956208b (patch) | |
tree | 97d07a935809a68388c62945354b4160d2827b68 /private.h | |
parent | 8a90e3149d99de9d2b20d61307f7d4951ef18bf0 (diff) | |
download | mandoc-4bbdbe91830ef70f8e2412f6f13baa347956208b.tar.gz |
Fixed spacing (almost there).
Diffstat (limited to 'private.h')
-rw-r--r-- | private.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,7 @@ struct roffcb { int (*roffhead)(void *); int (*rofftail)(void *); int (*roffin)(void *, int, int *, char **); - int (*roffdata)(void *, char *); + int (*roffdata)(void *, int, char *); int (*roffout)(void *, int); int (*roffblkin)(void *, int, int *, char **); int (*roffblkout)(void *, int); |