From: Florian Ragwitz Date: Thu, 4 Dec 2008 02:02:59 +0000 (+0000) Subject: Remove trailing whitespace. X-Git-Tag: 0.71_01~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=49bbf9e55a1b443dc013ea8f82c0a0e2fe13fad3;p=gitmo%2FClass-MOP.git Remove trailing whitespace. --- diff --git a/MOP.xs b/MOP.xs index 1d6e604..6f9f17b 100644 --- a/MOP.xs +++ b/MOP.xs @@ -82,7 +82,7 @@ mop_update_method_map(pTHX_ SV* const self, SV* const class_name, HV* const stas I32 method_name_len; GV* gv; dSP; - + hv_iterinit(stash); while ( (gv = (GV*)hv_iternextsv(stash, &method_name, &method_name_len)) ) { CV* cv;