From: Dave Rolsky Date: Wed, 3 Dec 2008 04:01:25 +0000 (+0000) Subject: Fix spacing X-Git-Tag: 0.71_01~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b69838b1f5e3fa24ee0d7c3873df021dff4101a0;p=gitmo%2FClass-MOP.git Fix spacing --- diff --git a/MOP.xs b/MOP.xs index e24a053..1d6e604 100644 --- a/MOP.xs +++ b/MOP.xs @@ -397,7 +397,7 @@ void get_method_map(self) SV* self PREINIT: - SV* const class_name = HeVAL( hv_fetch_ent((HV*)SvRV(self), key_package, TRUE, hash_package)); + SV* const class_name = HeVAL( hv_fetch_ent((HV*)SvRV(self), key_package, TRUE, hash_package) ); HV* const stash = gv_stashsv(class_name, TRUE); UV const current = check_package_cache_flag(stash); SV* const cache_flag = *hv_fetchs((HV*)SvRV(self), "_package_cache_flag", TRUE);