summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-02-10 08:05:30 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-02-10 08:05:30 +0000
commit44bb345d393482ec2f7e3ae9fa666129767f0d6f (patch)
treeef16d9a1aff8aff251fa12885bcc4691ac71af5d /main.c
parent1874040926dffdcbabb70003b9c49ea82d64a5b7 (diff)
downloadmandoc-44bb345d393482ec2f7e3ae9fa666129767f0d6f.tar.gz
trim trailing white space, no code change;
from Svyatoslav Mishyn <juef at openmailboxd dot org>, Crux Linux
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 28ef4420..83c1fee8 100644
--- a/main.c
+++ b/main.c
@@ -566,7 +566,7 @@ found:
" consider running # makewhatis %s\n",
progname, name, sec, paths->paths[ipath]);
#endif
-
+
*res = mandoc_reallocarray(*res, ++*ressz, sizeof(struct manpage));
page = *res + (*ressz - 1);
page->file = file;