line endings, tabs, perltidy.
[p5sagit/Config-Any.git] / t / 54-xml.t
index 02fd793..0f7514a 100644 (file)
@@ -19,9 +19,9 @@ else {
 
 # test invalid config
 {
-    my $file   = 't/invalid/conf.xml';
+    my $file = 't/invalid/conf.xml';
     my $config = eval { Config::Any::XML->load( $file ) };
 
     ok( !$config, 'config load failed' );
-    ok( $@, "error thrown ($@)" ); 
+    ok( $@, "error thrown ($@)" );
 }