groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 26/115: m4/groff.m4 (GROFF_PNMTOPS_NOSETPAGE): Indent.


From: G. Branden Robinson
Subject: [groff] 26/115: m4/groff.m4 (GROFF_PNMTOPS_NOSETPAGE): Indent.
Date: Thu, 1 Jun 2023 10:46:03 -0400 (EDT)

gbranden pushed a commit to branch branden-2022-06-01
in repository groff.

commit 9a5a1149d3d2d2f20eae511d8b589efca2caed77
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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])
 ])



reply via email to

[Prev in Thread] Current Thread [Next in Thread]