projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dc5e9ec
)
De-tabify
Dave Rolsky [Tue, 30 Jun 2009 18:03:06 +0000 (13:03 -0500)]
xs/Class.xs
patch
|
blob
|
blame
|
history
diff --git
a/xs/Class.xs
b/xs/Class.xs
index
0ecd067
..
c638d41
100644
(file)
--- 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);