diff --git a/tools/update_versions b/tools/update_versions
index 9240cc43b9..fc0902e8fc 100755
--- a/tools/update_versions
+++ b/tools/update_versions
@@ -90,7 +90,7 @@ function file_ref_xml($fd) {
if ($fd->main_program) {
$xml .= " \n";
}
- $xml .= "\n";
+ $xml .= "\n";
return $xml;
}