aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit2f05117d9472fd6926678d83a6d992924f8809ef (patch)
tree986b9653e9bb1611827f918afcfa9766ff17414d /main.c
parent3de89b5964cf432d6662b93d7c27429bf3c17691 (diff)
downloadmandoc-2f05117d9472fd6926678d83a6d992924f8809ef.tar.gz
mandoc-2f05117d9472fd6926678d83a6d992924f8809ef.tar.zst
mandoc-2f05117d9472fd6926678d83a6d992924f8809ef.zip
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 2bfa6254..ea1f179d 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.219 2015/02/07 06:28:08 schwarze Exp $ */
+/* $Id: main.c,v 1.220 2015/02/10 08:05:30 schwarze Exp $ */
/*
* Copyright (c) 2008-2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010-2012, 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -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;