Remove trailing whitespace
Dave Rolsky [Tue, 25 Oct 2011 20:18:15 +0000 (15:18 -0500)]
lib/Class/MOP.pm

index 338291b..c4a933e 100644 (file)
@@ -988,10 +988,9 @@ This will remove the metaclass stored in the C<$name> key.
 
 =back
 
-Some utility functions (such as C<Class::MOP::load_class>) that 
-were previously defined in C<Class::MOP> regarding loading of 
-classes have been extracted to L<Class::Load>. Please see there 
-for documentation.
+Some utility functions (such as C<Class::MOP::load_class>) that were
+previously defined in C<Class::MOP> regarding loading of classes have been
+extracted to L<Class::Load>. Please see there for documentation.
 
 =head1 SEE ALSO