From: Dave Rolsky <autarch@urth.org>
Date: Tue, 30 Jun 2009 18:03:06 +0000 (-0500)
Subject: De-tabify
X-Git-Tag: 0.89~18
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=06339195a193f9f4d5898fe03fd7a688ca564cbd;p=gitmo%2FClass-MOP.git

De-tabify
---

diff --git a/xs/Class.xs b/xs/Class.xs
index 0ecd067..c638d41 100644
--- a/xs/Class.xs
+++ b/xs/Class.xs
@@ -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);