This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use same mixture of hard-tabs and spaces for indent
authorJames E Keenan <jkeenan@cpan.org>
Sat, 5 Jan 2019 14:38:07 +0000 (09:38 -0500)
committerJames E Keenan <jkeenan@cpan.org>
Sat, 5 Jan 2019 14:38:07 +0000 (09:38 -0500)
... as in other ifdefs within S_Internals_V(pTHX_ CV *cv).

perl.c

diff --git a/perl.c b/perl.c
index 739ec7e..240484b 100644 (file)
--- a/perl.c
+++ b/perl.c
@@ -1945,7 +1945,7 @@ S_Internals_V(pTHX_ CV *cv)
                             " PERL_USE_SAFE_PUTENV"
 #  endif
 #  ifdef SILENT_NO_TAINT_SUPPORT
-                             " SILENT_NO_TAINT_SUPPORT"
+                            " SILENT_NO_TAINT_SUPPORT"
 #  endif
 #  ifdef UNLINK_ALL_VERSIONS
                             " UNLINK_ALL_VERSIONS"