Fix compiler warning about empty if body
authorJerry D. Hedden <jdhedden@cpan.org>
Tue, 4 Sep 2012 17:19:26 +0000 (13:19 -0400)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 4 Sep 2012 19:35:49 +0000 (12:35 -0700)
commit9bcdb3dd02eeb4602916eaf43f73d58395ffd840
tree9f001e65aa8bb72b9d4cfd398adc795df28d3a54
parent39234ceabe18aeebbd90822c648a304dcc29a895
Fix compiler warning about empty if body

This is meant to correct the following 'blead' build warning:

op.c: In function 'Perl_op_free':
op.c:713:30: warning: suggest braces around empty body in an 'if' statement
op.c