From 2f3f0b566d7e77c3c60361abbc36539611c8535d Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 22 Apr 2013 14:44:08 -0600 Subject: [PATCH] mg.c: White-space only I found re-formatting this multi-line 'if' to be easier to understand --- mg.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mg.c b/mg.c index c3dc4dd..6b8984e 100644 --- a/mg.c +++ b/mg.c @@ -2645,8 +2645,11 @@ Perl_magic_set(pTHX_ SV *sv, MAGIC *mg) PL_compiling.cop_warnings = pWARN_NONE; } /* Yuck. I can't see how to abstract this: */ - else if (isWARN_on(((STRLEN *)SvPV_nolen_const(sv)) - 1, - WARN_ALL) && !any_fatals) { + else if (isWARN_on( + ((STRLEN *)SvPV_nolen_const(sv)) - 1, + WARN_ALL) + && !any_fatals) + { if (!specialWARN(PL_compiling.cop_warnings)) PerlMemShared_free(PL_compiling.cop_warnings); PL_compiling.cop_warnings = pWARN_ALL; -- 1.8.3.1