]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Spacing
authorVincent Pit <vince@profvince.com>
Tue, 20 Jan 2009 00:17:59 +0000 (01:17 +0100)
committerVincent Pit <vince@profvince.com>
Tue, 20 Jan 2009 00:17:59 +0000 (01:17 +0100)
Magic.xs

index 0ecf6933caf6975cf3b3388152a4b25b3b63cf4a..820d249a730f7590166a50dccfa39476578e263c 100644 (file)
--- a/Magic.xs
+++ b/Magic.xs
@@ -267,14 +267,12 @@ STATIC SV *vmg_data_new(pTHX_ SV *ctor, SV *sv, AV *args) {
  call_sv(ctor, G_SCALAR);
 
  SPAGAIN;
-
  nsv = POPs;
 #if VMG_HAS_PERL(5, 8, 3)
  SvREFCNT_inc(nsv);    /* Or it will be destroyed in FREETMPS */
 #else
  nsv = sv_newref(nsv); /* Workaround some bug in SvREFCNT_inc() */
 #endif
-
  PUTBACK;
 
  FREETMPS;
@@ -510,7 +508,6 @@ STATIC int vmg_cb_call(pTHX_ SV *cb, SV *sv, SV *data, unsigned int flags, ...){
  FREETMPS;
  LEAVE;
 
-
  return ret;
 }