mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-30 17:41:11 +03:00
Minor style fix
This commit is contained in:
committed by
Simon Butcher
parent
ad8b9ec9e9
commit
ae98d4aa39
@@ -215,7 +215,7 @@ for my $line (@config_lines) {
|
||||
}
|
||||
|
||||
if (defined $config_write) {
|
||||
print $config_write $line or die "write $config_file: $!\n";;
|
||||
print $config_write $line or die "write $config_file: $!\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user