Silence a podchecker warning in perlxs.pod
Vincent Pit [Fri, 19 Dec 2008 14:50:07 +0000 (15:50 +0100)]
pod/perlxs.pod

index c2cae22..c367f4c 100644 (file)
@@ -293,7 +293,7 @@ or less equivalent:
           ST(0) = newSVpv("Hello World",0);
           sv_2mortal(ST(0));
           XSRETURN(1);
-  
+
   SV *
   beta()
       CODE: