[clang-tidy] add ending namespace comments

Found with llvm-namespace-comment

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-02-02 16:28:41 -08:00
parent dea0cc165d
commit 5d787806fe
7 changed files with 7 additions and 7 deletions

View File

@@ -56,4 +56,4 @@ Glue::OnDBusClosed() noexcept
// TODO: reconnect
}
}
} // namespace ODBus

View File

@@ -38,4 +38,4 @@ getFirstElementValue(IXML_Document *doc, const char *name) noexcept
return ixmlNode_getNodeValue(dnode);
}
}
} // namespace ixmlwrap