summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Gilli <julien.gilli@joyent.com>2015-01-12 16:49:33 -0800
committerJulien Gilli <julien.gilli@joyent.com>2015-01-12 16:49:33 -0800
commit7325fe7987ee134589a9f44743ab24d69b305eb5 (patch)
tree42c4d3f1a14b797c15924210bde501164149d0b1
parent893fe4c67d7e769efb090264a5a19b41d130987b (diff)
downloadnode-7325fe7987ee134589a9f44743ab24d69b305eb5.tar.gz
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.
-rw-r--r--lib/_tls_wrap.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/_tls_wrap.js b/lib/_tls_wrap.js
index e163f2647..f667fd164 100644
--- a/lib/_tls_wrap.js
+++ b/lib/_tls_wrap.js
@@ -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;