diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2016-06-28 21:21:21 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2016-06-28 21:21:21 +0200 |
commit | 0ba0eca986b62fead7b79c694819c0b11672e7b0 (patch) | |
tree | 335e2a6d8f240d7f95987c1f8667056def2d7e4c /src/node_win32_etw_provider.cc | |
parent | 8e395222de010c65110988e72068fcf2b2f09030 (diff) | |
download | node-new-0ba0eca986b62fead7b79c694819c0b11672e7b0.tar.gz |
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/node_win32_etw_provider.cc')
-rw-r--r-- | src/node_win32_etw_provider.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/node_win32_etw_provider.cc b/src/node_win32_etw_provider.cc index 6877f1977d..3aa8578db0 100644 --- a/src/node_win32_etw_provider.cc +++ b/src/node_win32_etw_provider.cc @@ -187,4 +187,5 @@ void shutdown_etw() { advapi = nullptr; } } -} + +} // namespace node |