]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Remove trailing whitespace
authorVincent Pit <vince@profvince.com>
Mon, 24 Oct 2011 19:42:20 +0000 (21:42 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 24 Oct 2011 19:42:20 +0000 (21:42 +0200)
Magic.xs
t/11-multiple.t

index 6136d4b9b7e4283e2ef4963cb5451e7edac63484..afb7713c62a12504ae16fc13737905367938dd93 100644 (file)
--- a/Magic.xs
+++ b/Magic.xs
@@ -759,7 +759,7 @@ STATIC SV *vmg_data_get(pTHX_ SV *sv, const SV *wiz) {
 #define vmg_data_get(S, W) vmg_data_get(aTHX_ (S), (W))
  const MAGIC *mg = vmg_find(sv, wiz);
  return mg ? mg->mg_obj : NULL;
-} 
+}
 
 /* ... Magic cast/dispell .................................................. */
 
index 07b1899f6f43175ba6599bc16a6634465d971c62..7c92b78298f62831e47039bebb2904494011729d 100644 (file)
@@ -125,7 +125,7 @@ SKIP: {
  $s = $h{b};
  is($s, 2, 'fetch magic after dispelled 1 doesn\'t clobber');
  for (0, 2) { is($c[$_], 2, "fetch magic $_ after dispelled 1"); }
+
  $h{b} = 4;
  for (0, 2) { is($c[$_], 1, "store magic $_ after dispelled 1"); }
  is($h{b}, 4, 'store magic after dispelled 1 doesn\'t clobber');