This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Regularize indents within subroutine definition.
authorJames E Keenan <jkeenan@cpan.org>
Mon, 29 Oct 2018 21:39:48 +0000 (17:39 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Tue, 30 Oct 2018 21:28:23 +0000 (17:28 -0400)
commitb9233c133b593f6f072e2bf0f90888ea32fd4452
treeeef8b0df9439a1d5c12fd844ca8febdd508e5a28
parent3d5119acb70429e626168902afa6e7fede8d7ab9
Regularize indents within subroutine definition.

Over decades, the code within the subroutine acquired many different
combinations of tabs and whitespace for indents, thereby making the code
less readable.  Standardize on 4 whitespaces.

For readability, comment end of two blocks.
t/io/fs.t