This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
re-indent sv_clear()
authorDavid Mitchell <davem@iabyn.com>
Sun, 10 Oct 2010 23:05:26 +0000 (00:05 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sun, 10 Oct 2010 23:41:17 +0000 (00:41 +0100)
commitdf90f6afd9a2814197a1dd002454410c69b7fed6
tree9b0d0204559609dcf4ce91cfcf11eb29cdd249d8
parent5239d5c4bfde4ec02e1787e9dc9ada189ad868e5
re-indent sv_clear()

The previous commit wrapped most of sv_clear in a big while loop,
but didn't re-indent everything, to keep the change clear.
So re-indent now, and wrap long lines. Only whitespace changes.
sv.c