gbranden pushed a commit to branch master
in repository groff.

commit 3bf9b3078573274b1ab50f3aedbbf69c413381ba
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Sun Jan 7 19:05:07 2024 -0600

    src/devices/gropdf/gropdf.pl: Fix whitespace nit.
    
    Avoid placing spaces to the left of tabs, to avoid merge grief later.
---
 src/devices/gropdf/gropdf.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/devices/gropdf/gropdf.pl b/src/devices/gropdf/gropdf.pl
index 38dea5ba4..870eca5e8 100644
--- a/src/devices/gropdf/gropdf.pl
+++ b/src/devices/gropdf/gropdf.pl
@@ -1802,7 +1802,7 @@ sub do_x
                    else
                    {
                        
($curoutlev,$curoutlevno,$thislev)=(@{$outlines[$pginsert]});
-#                      $curoutlevno--;
+#                      $curoutlevno--;
                    }
                }
            }

_______________________________________________
Groff-commit mailing list
Groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to