gbranden pushed a commit to branch branden-2023-07-05
in repository groff.
commit d43077c232533d26c3b45c01341e144b7437687f
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Apr 28 12:57:58 2023 -0500
m4/groff.m4 (GROFF_PNMTOPS_NOSETPAGE): Indent.
...per previous commit.
---
m4/groff.m4 | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/m4/groff.m4 b/m4/groff.m4
index 55f056d8d..ad87d0aab 100644
--- a/m4/groff.m4
+++ b/m4/groff.m4
@@ -483,15 +483,15 @@ AC_DEFUN([GROFF_PNMTOPS_NOSETPAGE], [
then
pnmtops_nosetpage=no
else
- pnmtops_nosetpage="pnmtops $pnmtools_quiet"
- AC_MSG_CHECKING([whether pnmtops accepts the '-nosetpage' option])
- if echo P2 2 2 255 0 1 2 0 | pnmtops -nosetpage > /dev/null 2>&1
- then
- AC_MSG_RESULT([yes])
- pnmtops_nosetpage="pnmtops $pnmtools_quiet -nosetpage"
- else
- AC_MSG_RESULT([no])
- fi
+ pnmtops_nosetpage="pnmtops $pnmtools_quiet"
+ AC_MSG_CHECKING([whether pnmtops accepts the '-nosetpage' option])
+ if echo P2 2 2 255 0 1 2 0 | pnmtops -nosetpage > /dev/null 2>&1
+ then
+ AC_MSG_RESULT([yes])
+ pnmtops_nosetpage="pnmtops $pnmtools_quiet -nosetpage"
+ else
+ AC_MSG_RESULT([no])
+ fi
fi
AC_SUBST([pnmtops_nosetpage])
])
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit