]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - Magic.xs
Hide an uncoverable line
[perl/modules/Variable-Magic.git] / Magic.xs
index 35500ef3878005b633c6d625eed53718e3f814d6..25d1d1c05dca695df4b81a2ed1d2fa7e9fb03373 100644 (file)
--- a/Magic.xs
+++ b/Magic.xs
@@ -914,8 +914,7 @@ STATIC I32 vmg_svt_val(pTHX_ IV action, SV *sv) {
    default:
     continue;
   }
-  if (mg->mg_private < SIG_MIN || mg->mg_private > SIG_MAX)
-   continue;
+  if (mg->mg_private < SIG_MIN || mg->mg_private > SIG_MAX) continue;
   w = SV2MGWIZ(mg->mg_ptr);
   switch (w->uvar) {
    case 0: