Remove all trailing whitespace
[gitmo/Moose.git] / benchmarks / cmop / lib / MOP / Installed / Point3D.pm
index 1a8bf03..e1b66f3 100644 (file)
@@ -14,9 +14,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__