From a56da51a384ca301fc9c608eadc608e6449fafe4 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 8 May 2016 23:04:17 -0700 Subject: benchmark,test,lib: remove extra spaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In preparation for stricter linting, remove extra spaces. PR-URL: https://github.com/nodejs/node/pull/6645 Reviewed-By: Michaƫl Zasso Reviewed-By: Brian White Reviewed-By: Roman Reiss --- lib/path.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/path.js') 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; } -- cgit v1.2.3