Remove all trailing whitespace
[gitmo/Moose.git] / benchmarks / cmop / lib / MOP / Point3D.pm
index 2bd544d..0287499 100644 (file)
@@ -12,9 +12,9 @@ __PACKAGE__->meta->add_attribute('z' => (accessor => 'z'));
 sub clear {
     my $self = shift;
     $self->SUPER::clear();
-    $self->z(0);    
+    $self->z(0);
 }
 
 1;
 
-__END__
\ No newline at end of file
+__END__