Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-05-09 09:04:17 +0300
committerRich Trott <rtrott@gmail.com>2016-05-12 09:18:16 +0300
commita56da51a384ca301fc9c608eadc608e6449fafe4 (patch)
treeb1f756cda1ce89b6a9d8cbd320364ca5ecbd38d0 /lib/path.js
parente16e611089f0bf1870a760f7e344e8da6f001428 (diff)
benchmark,test,lib: remove extra spaces
In preparation for stricter linting, remove extra spaces. PR-URL: https://github.com/nodejs/node/pull/6645 Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Roman Reiss <me@silverwind.io>
Diffstat (limited to 'lib/path.js')
-rw-r--r--lib/path.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/path.js b/lib/path.js
index cad86ab9a21..0fbc715ea8c 100644
--- a/lib/path.js
+++ b/lib/path.js
@@ -779,7 +779,7 @@ const win32 = {
end = i;
break;
}
- } else {
+ } else {
// We saw the first non-path separator
matchedSlash = false;
}
@@ -1335,7 +1335,7 @@ const posix = {
end = i;
break;
}
- } else {
+ } else {
// We saw the first non-path separator
matchedSlash = false;
}