This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix false nesting.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 29 May 2014 14:13:08 +0000 (10:13 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 29 May 2014 14:15:05 +0000 (10:15 -0400)
commit99e8c55599d54e8fb759b97f846ee0b0aac91f50
treeeb0726d8ec1c5394caad21d9499723e87c5c6a6d
parente7aca353f7af5d2dbed5f0e55c23d87f17c2406c
Fix false nesting.

[perl #121744]

Fix for Coverity perl5 CID 29014:
Nesting level does not match indentation (NESTING_INDENT_MISMATCH)

(Reindentation of the whole "if (!PL_use_safe_putenv)" block will follow.)
util.c