提交 32933c96 编写于 作者: B Bodo Möller

Delete unnecessary newlines in TABLE

上级 a7bd0396
...@@ -380,7 +380,6 @@ if ($target eq "TABLE") { ...@@ -380,7 +380,6 @@ if ($target eq "TABLE") {
foreach $target (sort keys %table) { foreach $target (sort keys %table) {
print_table_entry($target); print_table_entry($target);
} }
print "\n";
exit 0; exit 0;
} }
......
Output of `Configure TABLE:' Output of `Configure TABLE:'
*** BC-16 *** BC-16
$cc = bcc $cc = bcc
$cflags = $cflags =
...@@ -1428,4 +1427,3 @@ $cast_obj = ...@@ -1428,4 +1427,3 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册