src: fix indentation in _tls_wrap.js

Fix indentation issue in code added during the latest merge. This change
makes jslint pass for _tls_wrap.js.
pull/23395/head
Julien Gilli 2015-01-12 16:49:33 -08:00
parent 893fe4c67d
commit 7325fe7987
1 changed files with 2 additions and 2 deletions

View File

@ -728,8 +728,8 @@ Server.prototype.setOptions = function(options) {
options.secureOptions);
if (options.honorCipherOrder) {
secureOptions |= constants.SSL_OP_CIPHER_SERVER_PREFERENCE;
}
secureOptions |= constants.SSL_OP_CIPHER_SERVER_PREFERENCE;
}
if (options.honorCipherOrder)
this.honorCipherOrder = true;