diff options
author | James E Keenan <jkeenan@cpan.org> | 2019-01-05 09:38:07 -0500 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2019-01-05 09:38:07 -0500 |
commit | 81f816b3b4c1f7193f4c870874ef3879c690373f (patch) | |
tree | f2537e70c41859d3eac7628eac7cd79b13a15d96 /perl.c | |
parent | 1454e1e843551c3ccbf7763b1364ff1e72d3098f (diff) | |
download | perl-81f816b3b4c1f7193f4c870874ef3879c690373f.tar.gz |
Use same mixture of hard-tabs and spaces for indent
... as in other ifdefs within S_Internals_V(pTHX_ CV *cv).
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |