Merge cherry pick of whitespace cleanups
[catagits/Catalyst-Action-REST.git] / t / lib / Test / Serialize / View / Simple.pm
index b0c1990..049152d 100644 (file)
@@ -3,10 +3,10 @@ package Test::Serialize::View::Simple;
 use base qw/Catalyst::View/;
 
 sub process {
-       my ($self, $c) = @_;
-       
+    my ($self, $c) = @_;
+
     $c->res->body("I am a simple view");
-       return 1;
+    return 1;
 }
 
 1;