Repository: mesos Updated Branches: refs/heads/master 686de9b0a -> 9beb8eae6
Fixed comments closing namespaces in libprocess. Review: https://reviews.apache.org/r/51797/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/38ef4f3e Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/38ef4f3e Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/38ef4f3e Branch: refs/heads/master Commit: 38ef4f3e1f89729e9ec036600130127c26682e57 Parents: 686de9b Author: Benjamin Bannier <benjamin.bann...@mesosphere.io> Authored: Thu Sep 15 02:54:08 2016 +0200 Committer: Michael Park <mp...@apache.org> Committed: Thu Sep 15 02:54:08 2016 +0200 ---------------------------------------------------------------------- 3rdparty/libprocess/include/process/mime.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/38ef4f3e/3rdparty/libprocess/include/process/mime.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/include/process/mime.hpp b/3rdparty/libprocess/include/process/mime.hpp index 9d0dd1d..2b8351a 100644 --- a/3rdparty/libprocess/include/process/mime.hpp +++ b/3rdparty/libprocess/include/process/mime.hpp @@ -154,7 +154,7 @@ inline void initialize() types[".mp4"] = "video/mp4"; } -} // } namespace mime { -} // } namespace process { +} // namespace mime { +} // namespace process { #endif // __PROCESS_MIME_HPP__