De-tabify
Dave Rolsky [Tue, 30 Jun 2009 18:03:06 +0000 (13:03 -0500)]
xs/Class.xs

index 0ecd067..c638d41 100644 (file)
@@ -93,8 +93,8 @@ get_method_map(self)
         SV *map_ref;
     PPCODE:
         if (!stash) {
-                       mXPUSHs(newRV_noinc((SV *)newHV()));
-                       return;
+             mXPUSHs(newRV_noinc((SV *)newHV()));
+             return;
         }
 
         current    = mop_check_package_cache_flag(aTHX_ stash);