summaryrefslogtreecommitdiff
path: root/lib/tls.js
diff options
context:
space:
mode:
authorTrevor Norris <trev.norris@gmail.com>2014-07-02 21:02:36 -0700
committerTrevor Norris <trev.norris@gmail.com>2014-07-02 21:02:36 -0700
commit803c3f0aa0fb7d41291abd93a2c6dea4dbee721a (patch)
tree64fff885f0fed5a837054e9f2f32721833f46106 /lib/tls.js
parenta382c9a97c7440f79f0be2f6e2689f4338d35396 (diff)
downloadandroid-node-v8-803c3f0aa0fb7d41291abd93a2c6dea4dbee721a.tar.gz
android-node-v8-803c3f0aa0fb7d41291abd93a2c6dea4dbee721a.tar.bz2
android-node-v8-803c3f0aa0fb7d41291abd93a2c6dea4dbee721a.zip
lint: fix indentation
Diffstat (limited to 'lib/tls.js')
-rw-r--r--lib/tls.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tls.js b/lib/tls.js
index b698cc11e9..c47d17f42e 100644
--- a/lib/tls.js
+++ b/lib/tls.js
@@ -205,8 +205,8 @@ exports.checkServerIdentity = function checkServerIdentity(host, cert) {
if (!valid) {
var err = new Error(
- util.format('Hostname/IP doesn\'t match certificate\'s altnames: %j',
- reason));
+ util.format('Hostname/IP doesn\'t match certificate\'s altnames: %j',
+ reason));
err.reason = reason;
err.host = host;
err.cert = cert;