This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix some style issues in vms/vms.c.
authorCraig A. Berry <craigberry@mac.com>
Fri, 20 Feb 2015 02:51:15 +0000 (20:51 -0600)
committerCraig A. Berry <craigberry@mac.com>
Fri, 20 Feb 2015 02:51:15 +0000 (20:51 -0600)
commitce12d4b724e7322226a0165d33da7dcb1c8d333a
tree660c24eb38c42d7c34aa8462e1c9ec87d8e80443
parent4ae858b05a7a2864dafa96969ff142be15d22997
Fix some style issues in vms/vms.c.

This normalizes function definitions and addresses the most
egregious of the Totally Forgot to Indent At All problems that are
rampant throughout this file.

For now I've punted on normalizing indents and tried to be
consistent with whatever local variant seems to be in use. There
are 2-, 3- (!), and 4-space indents, along with a liberal
sprinkling of tab characters, most (but not all) of which seem to
be intended to be equivalent to 8 spaces.

I considered normalizing indents with some like

   astyle -c --style=linux vms.c

but that produces 8400+ changed lines, which doesn't seem worth it.
vms/vms.c