aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/NewNightlyTest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/NewNightlyTest.pl b/utils/NewNightlyTest.pl
index 76d477fc36..8e5dfc45b5 100755
--- a/utils/NewNightlyTest.pl
+++ b/utils/NewNightlyTest.pl
@@ -441,7 +441,7 @@ sub SendData{
my $sentdata="";
foreach $x(keys(%hash_of_data)){
- $senddata.= "$x => $hash_of_data{$x}\n";
+ $sentdata.= "$x => $hash_of_data{$x}\n";
}
WriteFile "$Prefix-sentdata.txt", $sentdata;