You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by an...@apache.org on 2018/05/24 16:52:29 UTC

mesos git commit: Fixed `mesos-style` missing ending newline warning.

Repository: mesos
Updated Branches:
  refs/heads/master cb8a30bbd -> 668030da1


Fixed `mesos-style` missing ending newline warning.


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

Branch: refs/heads/master
Commit: 668030da156af45f25d32400223727aa76ebb038
Parents: cb8a30b
Author: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Authored: Thu May 24 09:51:09 2018 -0700
Committer: Andrew Schwartzmeyer <an...@schwartzmeyer.com>
Committed: Thu May 24 09:51:09 2018 -0700

----------------------------------------------------------------------
 3rdparty/stout/tests/os/sendfile_tests.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/668030da/3rdparty/stout/tests/os/sendfile_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/stout/tests/os/sendfile_tests.cpp b/3rdparty/stout/tests/os/sendfile_tests.cpp
index 021ac7f..2a85683 100644
--- a/3rdparty/stout/tests/os/sendfile_tests.cpp
+++ b/3rdparty/stout/tests/os/sendfile_tests.cpp
@@ -229,4 +229,4 @@ TEST_F(OsSendfileTest, SendfileAsync)
   EXPECT_SOME(os::close(s.get()[0]));
   EXPECT_SOME(os::close(s.get()[1]));
 }
-#endif // __WINDOWS__
\ No newline at end of file
+#endif // __WINDOWS__