You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by mp...@apache.org on 2016/01/16 23:17:09 UTC

[2/3] mesos git commit: Fixed non-conformance of whitespace in comments for mesos.

Fixed non-conformance of whitespace in comments for mesos.

Review: https://reviews.apache.org/r/42325/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/c07e65ef
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/c07e65ef
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/c07e65ef

Branch: refs/heads/master
Commit: c07e65ef3559d9ba51a789b44eec0cb6291bf617
Parents: db0102d
Author: Avinash sridharan <av...@mesosphere.io>
Authored: Fri Jan 15 16:14:53 2016 -0800
Committer: Michael Park <mp...@apache.org>
Committed: Sat Jan 16 14:13:47 2016 -0800

----------------------------------------------------------------------
 src/authentication/cram_md5/authenticatee.hpp          | 2 +-
 src/authentication/cram_md5/authenticator.hpp          | 2 +-
 src/authorizer/local/authorizer.hpp                    | 2 +-
 src/tests/containerizer/docker_containerizer_tests.cpp | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/c07e65ef/src/authentication/cram_md5/authenticatee.hpp
----------------------------------------------------------------------
diff --git a/src/authentication/cram_md5/authenticatee.hpp b/src/authentication/cram_md5/authenticatee.hpp
index 8efa6ff..d77b210 100644
--- a/src/authentication/cram_md5/authenticatee.hpp
+++ b/src/authentication/cram_md5/authenticatee.hpp
@@ -57,4 +57,4 @@ private:
 } // namespace internal {
 } // namespace mesos {
 
-#endif //__AUTHENTICATION_CRAM_MD5_AUTHENTICATEE_HPP__
+#endif // __AUTHENTICATION_CRAM_MD5_AUTHENTICATEE_HPP__

http://git-wip-us.apache.org/repos/asf/mesos/blob/c07e65ef/src/authentication/cram_md5/authenticator.hpp
----------------------------------------------------------------------
diff --git a/src/authentication/cram_md5/authenticator.hpp b/src/authentication/cram_md5/authenticator.hpp
index 901e151..a68b2cf 100644
--- a/src/authentication/cram_md5/authenticator.hpp
+++ b/src/authentication/cram_md5/authenticator.hpp
@@ -57,4 +57,4 @@ private:
 } // namespace internal {
 } // namespace mesos {
 
-#endif //__AUTHENTICATION_CRAM_MD5_AUTHENTICATOR_HPP__
+#endif // __AUTHENTICATION_CRAM_MD5_AUTHENTICATOR_HPP__

http://git-wip-us.apache.org/repos/asf/mesos/blob/c07e65ef/src/authorizer/local/authorizer.hpp
----------------------------------------------------------------------
diff --git a/src/authorizer/local/authorizer.hpp b/src/authorizer/local/authorizer.hpp
index 586f0da..c7321c2 100644
--- a/src/authorizer/local/authorizer.hpp
+++ b/src/authorizer/local/authorizer.hpp
@@ -81,4 +81,4 @@ private:
 } // namespace internal {
 } // namespace mesos {
 
-#endif //__AUTHORIZER_AUTHORIZER_HPP__
+#endif // __AUTHORIZER_AUTHORIZER_HPP__

http://git-wip-us.apache.org/repos/asf/mesos/blob/c07e65ef/src/tests/containerizer/docker_containerizer_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/containerizer/docker_containerizer_tests.cpp b/src/tests/containerizer/docker_containerizer_tests.cpp
index cb58b71..a1a44da 100644
--- a/src/tests/containerizer/docker_containerizer_tests.cpp
+++ b/src/tests/containerizer/docker_containerizer_tests.cpp
@@ -975,7 +975,7 @@ TEST_F(DockerContainerizerTest, ROOT_DOCKER_Update)
 
   Shutdown();
 }
-#endif //__linux__
+#endif // __linux__
 
 
 TEST_F(DockerContainerizerTest, ROOT_DOCKER_Recover)