Remove all trailing whitespace
[gitmo/Moose.git] / benchmarks / cmop / lib / MOP / Installed / Point.pm
index 4ad669a..9b6e6cf 100644 (file)
@@ -18,9 +18,9 @@ sub new {
 sub clear {
     my $self = shift;
     $self->x(0);
-    $self->y(0);    
+    $self->y(0);
 }
 
 1;
 
-__END__
\ No newline at end of file
+__END__