mirror of
https://github.com/openssl/openssl.git
synced 2025-02-11 14:22:43 +08:00
Delete unnecessary newlines in TABLE
This commit is contained in:
parent
a7bd03960c
commit
32933c961b
@ -380,7 +380,6 @@ if ($target eq "TABLE") {
|
||||
foreach $target (sort keys %table) {
|
||||
print_table_entry($target);
|
||||
}
|
||||
print "\n";
|
||||
exit 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user