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 | 0daffdf3fd9a505234c6bc7fed3d3118ff3331e4 (patch) | |
tree | b5266cfa7cf6888dadf4f94063fee5a3ed4e1f39 /src/node_watchdog.h | |
parent | 2f2002a75c06e1302e2b711c5516149ccd12cc7d (diff) | |
download | node-new-0daffdf3fd9a505234c6bc7fed3d3118ff3331e4.tar.gz |
src: fix whitespace/blank_line cpplint warnings
PR-URL: https://github.com/nodejs/node/pull/7462
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Diffstat (limited to 'src/node_watchdog.h')
-rw-r--r-- | src/node_watchdog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_watchdog.h b/src/node_watchdog.h index 77c2d53534..56d5af322b 100644 --- a/src/node_watchdog.h +++ b/src/node_watchdog.h @@ -64,6 +64,7 @@ class SigintWatchdogHelper { int Start(); bool Stop(); + private: SigintWatchdogHelper(); ~SigintWatchdogHelper(); |