Branch: refs/heads/haarg/perlsub-whitespace
Home: https://github.com/Perl/perl5
Commit: 7d9e185a403a9194e61ea4516853dee3dd1615ed
https://github.com/Perl/perl5/commit/7d9e185a403a9194e61ea4516853dee3dd1615ed
Author: Graham Knop <[email protected]>
Date: 2022-11-27 (Sun, 27 Nov 2022)
Changed paths:
M pod/perlsub.pod
Log Message:
-----------
perlsub: normalize whitespace to use 4 space indents
The file was previously using a mix of indent styles. Some parts used 4
space indents, some used 4 space indents mixed with tabs. The file would
not be properly viewable with a tab width other than 8. This is normal
for many files in perl core, but they should all be fixed.
Normalize all of the indents to use 4 space indents consistently, with
no tabs.