diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-05-31 22:21:25 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-05-31 22:21:25 +0200 |
commit | 5a9b508279b3a221d36149aa2e811a9702b28e60 (patch) | |
tree | edffb2b9abcbd81f1457b793077a75fec6e389e8 /src/init.cpp | |
parent | 4c924011f535c46b3bc02bef8b7e2a8ad559d78d (diff) |
[trivial] Add end of namespace comments
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index f06c9e1100..45f0ea8243 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -809,7 +809,7 @@ int nUserMaxConnections; int nFD; ServiceFlags nLocalServices = NODE_NETWORK; -} +} // namespace [[noreturn]] static void new_handler_terminate() { |