Fixed lingering namespace style error
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/4ff5dd9a Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/4ff5dd9a Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/4ff5dd9a Branch: refs/heads/master Commit: 4ff5dd9a24d7eaa9b95f73dd3409533d2bded06c Parents: df22782 Author: Adam B <[email protected]> Authored: Thu Jul 31 12:14:25 2014 -0700 Committer: Adam B <[email protected]> Committed: Thu Jul 31 12:23:01 2014 -0700 ---------------------------------------------------------------------- src/common/protobuf_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/4ff5dd9a/src/common/protobuf_utils.cpp ---------------------------------------------------------------------- diff --git a/src/common/protobuf_utils.cpp b/src/common/protobuf_utils.cpp index 29fe2cd..1714ef7 100644 --- a/src/common/protobuf_utils.cpp +++ b/src/common/protobuf_utils.cpp @@ -117,6 +117,6 @@ MasterInfo createMasterInfo(const process::UPID& pid) } -} // namespace protobuf +} // namespace protobuf { } // namespace internal { } // namespace mesos {
