You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2016/03/11 10:21:39 UTC

mesos git commit: Added missing blank line in reservation_test.

Repository: mesos
Updated Branches:
  refs/heads/master 3605b5a9d -> 3b52ef106


Added missing blank line in reservation_test.

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


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

Branch: refs/heads/master
Commit: 3b52ef1061a032d3b4f0fa3f145f9dd40e58625a
Parents: 3605b5a
Author: Joerg Schad <jo...@mesosphere.io>
Authored: Fri Mar 11 10:21:11 2016 +0100
Committer: Bernd Mathiske <be...@mesosphere.io>
Committed: Fri Mar 11 10:21:11 2016 +0100

----------------------------------------------------------------------
 src/tests/reservation_tests.cpp | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/3b52ef10/src/tests/reservation_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/reservation_tests.cpp b/src/tests/reservation_tests.cpp
index d7f9de6..c880916 100644
--- a/src/tests/reservation_tests.cpp
+++ b/src/tests/reservation_tests.cpp
@@ -2054,6 +2054,7 @@ TEST_F(ReservationTest, WithoutAuthenticationWithPrincipal)
 
   Shutdown();
 }
+
 }  // namespace tests {
 }  // namespace internal {
 }  // namespace mesos {