convert tabs to spaces and set unix line endings in t/*
[catagits/Catalyst-Runtime.git] / t / unit_core_path_to.t
index 52c11a3..a89135c 100644 (file)
@@ -17,10 +17,10 @@ my %non_unix = (
 my $os = $non_unix{$^O} ? $^O : 'Unix';
 
 if(  $os ne 'Unix' ) {
-       plan skip_all => 'tests require Unix';
+    plan skip_all => 'tests require Unix';
 }
 else {
-       plan tests => 3;
+    plan tests => 3;
 }
 
 use_ok('Catalyst');