slighttweak
Stevan Little [Thu, 13 Dec 2007 04:28:23 +0000 (04:28 +0000)]
MOP.xs

diff --git a/MOP.xs b/MOP.xs
index 4995b02..47d02d4 100644 (file)
--- a/MOP.xs
+++ b/MOP.xs
@@ -32,7 +32,6 @@ get_code_info(coderef)
     char* name;
     char* pkg;
   PPCODE:
-
     if( SvOK(coderef) && SvROK(coderef) && SvTYPE(SvRV(coderef)) == SVt_PVCV){
       coderef = SvRV(coderef);
       name    = GvNAME( CvGV(coderef) );