texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/XS/parsetexi/Parsetexi.pm: replace t


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/XS/parsetexi/Parsetexi.pm: replace tabs by spaces.
Date: Fri, 27 Aug 2021 16:53:58 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 4c1d51a  * tp/Texinfo/XS/parsetexi/Parsetexi.pm: replace tabs by 
spaces.
4c1d51a is described below

commit 4c1d51af9a1baaca490977e42e0d284a3b704f59
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Aug 27 22:53:24 2021 +0200

    * tp/Texinfo/XS/parsetexi/Parsetexi.pm: replace tabs by spaces.
---
 tp/Texinfo/XS/parsetexi/Parsetexi.pm | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/tp/Texinfo/XS/parsetexi/Parsetexi.pm 
b/tp/Texinfo/XS/parsetexi/Parsetexi.pm
index 37dbc61..992f4a8 100644
--- a/tp/Texinfo/XS/parsetexi/Parsetexi.pm
+++ b/tp/Texinfo/XS/parsetexi/Parsetexi.pm
@@ -39,7 +39,7 @@ our %EXPORT_TAGS = ( 'all' => [ qw(
 our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 
 our @EXPORT = qw(
-       
+
 );
 
 sub get_conf($$)
@@ -83,18 +83,18 @@ sub parser (;$$)
           add_include_directory ($d);
         }
       } elsif ($key eq 'values') {
-       # This is used by Texinfo::Report::gdt for substituted values
-       for my $v (keys %{$conf->{'values'}}) {
-         if (!ref($conf->{'values'}->{$v})) {
-           store_value ($v, $conf->{'values'}->{$v});
+        # This is used by Texinfo::Report::gdt for substituted values
+        for my $v (keys %{$conf->{'values'}}) {
+          if (!ref($conf->{'values'}->{$v})) {
+            store_value ($v, $conf->{'values'}->{$v});
           } elsif (ref($conf->{'values'}->{$v}) eq 'HASH') {
             store_value ($v, "<<HASH VALUE>>");
-         } elsif (ref($conf->{'values'}->{$v}) eq 'ARRAY') {
-           store_value ($v, "<<ARRAY VALUE>>");
-         } else {
-           store_value ($v, "<<UNKNOWN VALUE>>");
-         }
-       }
+          } elsif (ref($conf->{'values'}->{$v}) eq 'ARRAY') {
+            store_value ($v, "<<ARRAY VALUE>>");
+          } else {
+            store_value ($v, "<<UNKNOWN VALUE>>");
+          }
+        }
       } elsif ($key eq 'EXPANDED_FORMATS') {
         clear_expanded_formats ();
 



reply via email to

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