diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-02-10 08:05:30 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-02-10 08:05:30 +0000 |
commit | 44bb345d393482ec2f7e3ae9fa666129767f0d6f (patch) | |
tree | ef16d9a1aff8aff251fa12885bcc4691ac71af5d /main.c | |
parent | 1874040926dffdcbabb70003b9c49ea82d64a5b7 (diff) | |
download | mandoc-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |