1
0
mirror of https://github.com/danog/phpseclib.git synced 2025-01-22 04:51:19 +01:00

Remove extra white space

This commit is contained in:
terrafrost 2012-10-07 09:48:58 -05:00
parent 32857c5e7f
commit 7d1e714a08

View File

@ -1925,7 +1925,7 @@ class File_X509 {
if (is_array($dn)) {
if (isset($dn['rdnSequence'])) {
$this->dn = $dn; // No merge here.
$this->dn = $dn; // No merge here.
return true;
}