common/tools/ats/ats_specialise_test_drop.pl
changeset 1027 8f26271e902e
parent 993 4ae26accd7da
parent 991 f2c5bb4624be
child 1028 11f25704ec27
--- a/common/tools/ats/ats_specialise_test_drop.pl	Fri May 07 10:14:46 2010 +0100
+++ b/common/tools/ats/ats_specialise_test_drop.pl	Wed May 12 12:42:35 2010 +0100
@@ -141,8 +141,8 @@
 $test_drop->{'test'}->{'buildid'}->[0] = $build_id, if $build_id;
 # Insert the path to the ROM image
 if ($image_path) {
-    $test_drop->{'test'}->{'plan'}->[0]->{'flash'}->[0];
-    my $flash_params = $test_drop->{'test'}->{'plan'}->[0]->{'flash'};
+	$test_drop->{'test'}->{'plan'}->[0]->{'flash'}->[0];
+	my $flash_params = $test_drop->{'test'}->{'plan'}->[0]->{'flash'};
     $flash_params->[0] = { 'target-alias' => $test_target, 'images' => $image_path };
 }