summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2019-01-05 09:38:07 -0500
committerJames E Keenan <jkeenan@cpan.org>2019-01-05 09:38:07 -0500
commit81f816b3b4c1f7193f4c870874ef3879c690373f (patch)
treef2537e70c41859d3eac7628eac7cd79b13a15d96
parent1454e1e843551c3ccbf7763b1364ff1e72d3098f (diff)
downloadperl-81f816b3b4c1f7193f4c870874ef3879c690373f.tar.gz
Use same mixture of hard-tabs and spaces for indent
... as in other ifdefs within S_Internals_V(pTHX_ CV *cv).
-rw-r--r--perl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index 739ec7ef02..240484b068 100644
--- 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"