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

git commit: Minor style fix.

Repository: mesos
Updated Branches:
  refs/heads/master 65bc1f88d -> 2a216ec1c


Minor style fix.


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

Branch: refs/heads/master
Commit: 2a216ec1ca074c6ce68f347b7a86b45a7abe813d
Parents: 65bc1f8
Author: Ian Downes <id...@twitter.com>
Authored: Mon Jun 16 10:23:24 2014 -0700
Committer: Ian Downes <id...@twitter.com>
Committed: Mon Jun 16 10:23:24 2014 -0700

----------------------------------------------------------------------
 src/tests/perf_tests.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/2a216ec1/src/tests/perf_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/perf_tests.cpp b/src/tests/perf_tests.cpp
index 7d6dd24..55a2dae 100644
--- a/src/tests/perf_tests.cpp
+++ b/src/tests/perf_tests.cpp
@@ -135,7 +135,8 @@ TEST_F(PerfTest, ROOT_SampleInit)
   // because there's the process reap delay in addition to the sampling
   // duration.
   ASSERT_TRUE(statistics.get().has_timestamp());
-  EXPECT_GT(Seconds(5).secs(), Clock::now().secs() - statistics.get().timestamp());
+  EXPECT_GT(
+      Seconds(5).secs(), Clock::now().secs() - statistics.get().timestamp());
   EXPECT_EQ(Seconds(1).secs(), statistics.get().duration());
 
   ASSERT_TRUE(statistics.get().has_cycles());