groff-commit
[Top][All Lists]
Advanced

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

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


From: G. Branden Robinson
Subject: [groff] 26/74: m4/groff.m4 (GROFF_PNMTOPS_NOSETPAGE): Indent.
Date: Fri, 28 Apr 2023 15:10:44 -0400 (EDT)

gbranden pushed a commit to branch branden-2023-04-28
in repository groff.

commit a570d0f85661ca9118ac7136d1cc08ca31729c75
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]