summaryrefslogtreecommitdiffstats
path: root/doc/build.info.in
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-09-21 10:59:56 +1000
committerPauli <pauli@openssl.org>2021-09-22 16:22:50 +1000
commit57cd10dd1ee9659b94cfa8a8e74c5a151632975e (patch)
tree997fb6956513e2a161a032e4abfa7e11a1bf96c8 /doc/build.info.in
parent52dcc011191ad1a40fd52ae92ef009309deaca52 (diff)
doc: remove end of line whitespace
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/16641)
Diffstat (limited to 'doc/build.info.in')
-rw-r--r--doc/build.info.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build.info.in b/doc/build.info.in
index fa1962f382..e8dae7058a 100644
--- a/doc/build.info.in
+++ b/doc/build.info.in
@@ -14,7 +14,7 @@ SUBDIRS = man1
map { $_ => 1 } glob catfile($sourcedir, "man$section", "img", "*.png");
my %podfiles =
map { $_ => 1 } glob catfile($sourcedir, "man$section", "*.pod");
- my %podinfiles =
+ my %podinfiles =
map { $_ => 1 } glob catfile($sourcedir, "man$section", "*.pod.in");
foreach (keys %podinfiles) {