You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2015/06/27 23:37:14 UTC

mesos git commit: Fixed missing new line in ssl_client.

Repository: mesos
Updated Branches:
  refs/heads/master beac384c7 -> b417ad78f


Fixed missing new line in ssl_client.

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


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

Branch: refs/heads/master
Commit: b417ad78f044d92e44d673e79c2eaab127973114
Parents: beac384
Author: Joris Van Remoortere <jo...@gmail.com>
Authored: Sat Jun 27 14:36:57 2015 -0700
Committer: Vinod Kone <vi...@gmail.com>
Committed: Sat Jun 27 14:36:58 2015 -0700

----------------------------------------------------------------------
 3rdparty/libprocess/src/tests/ssl_client.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/b417ad78/3rdparty/libprocess/src/tests/ssl_client.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/src/tests/ssl_client.cpp b/3rdparty/libprocess/src/tests/ssl_client.cpp
index 4e91bda..173923d 100644
--- a/3rdparty/libprocess/src/tests/ssl_client.cpp
+++ b/3rdparty/libprocess/src/tests/ssl_client.cpp
@@ -129,4 +129,4 @@ TEST_F(SSLClientTest, client)
   AWAIT_EXPECT_EQ(flags.data, socket.recv());
 }
 
-#endif // USE_SSL_SOCKET
\ No newline at end of file
+#endif // USE_SSL_SOCKET