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:
authorBen Noordhuis <info@bnoordhuis.nl>2016-06-28 22:21:21 +0300
committerBen Noordhuis <info@bnoordhuis.nl>2016-06-28 22:21:21 +0300
commit0ba0eca986b62fead7b79c694819c0b11672e7b0 (patch)
tree335e2a6d8f240d7f95987c1f8667056def2d7e4c /src/spawn_sync.h
parent8e395222de010c65110988e72068fcf2b2f09030 (diff)
src: fix readability/namespace cpplint warnings
PR-URL: https://github.com/nodejs/node/pull/7462 Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Diffstat (limited to 'src/spawn_sync.h')
-rw-r--r--src/spawn_sync.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/spawn_sync.h b/src/spawn_sync.h
index 9f53f0a22bc..8ddba479f31 100644
--- a/src/spawn_sync.h
+++ b/src/spawn_sync.h
@@ -222,7 +222,8 @@ class SyncProcessRunner {
Environment* env_;
};
-}
+
+} // namespace node
#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS