Branch: refs/heads/haarg/perlsub-whitespace
  Home:   https://github.com/Perl/perl5
  Commit: 2123df6a6b6618dd916936bea317eb13e658868c
      
https://github.com/Perl/perl5/commit/2123df6a6b6618dd916936bea317eb13e658868c
  Author: Graham Knop <ha...@haarg.org>
  Date:   2022-12-06 (Tue, 06 Dec 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.


Reply via email to