summaryrefslogtreecommitdiff
path: root/test/gc
diff options
context:
space:
mode:
authorBrendan Ashworth <brendan.ashworth@me.com>2015-08-18 16:32:07 -0700
committerBrendan Ashworth <brendan.ashworth@me.com>2015-08-22 18:01:53 -0700
commit8af5962608311676a89a0d287cde8e97c9d37fcc (patch)
treec00b112b8ba8f5b0d0890210e0f00bdcaa2cc60a /test/gc
parentb125ad186c1a29b5633ad1dd6a5bbe804bf33842 (diff)
downloadandroid-node-v8-8af5962608311676a89a0d287cde8e97c9d37fcc.tar.gz
android-node-v8-8af5962608311676a89a0d287cde8e97c9d37fcc.tar.bz2
android-node-v8-8af5962608311676a89a0d287cde8e97c9d37fcc.zip
test: add spaces after keywords
eg changes: if(x) { ... } to: if (x) { ... }
Diffstat (limited to 'test/gc')
-rw-r--r--test/gc/test-http-client-timeout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gc/test-http-client-timeout.js b/test/gc/test-http-client-timeout.js
index 5bb2d2b05b..c84581b5c8 100644
--- a/test/gc/test-http-client-timeout.js
+++ b/test/gc/test-http-client-timeout.js
@@ -54,7 +54,7 @@ function getall() {
setImmediate(getall);
}
-for(var i = 0; i < 10; i++)
+for (var i = 0; i < 10; i++)
getall();
function afterGC() {