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 2014/05/03 04:36:22 UTC

[5/7] git commit: Updated stout to satisfy whitespace/indent.

Updated stout to satisfy whitespace/indent.

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


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

Branch: refs/heads/master
Commit: 3fa78fa2604599645a5fc51c494acb9b31f19518
Parents: 0b87e3c
Author: Adam B <ad...@mesosphere.io>
Authored: Fri May 2 19:22:25 2014 -0700
Committer: Benjamin Hindman <be...@gmail.com>
Committed: Fri May 2 19:25:04 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/3fa78fa2/3rdparty/libprocess/3rdparty/stout/tests/linkedhashmap_tests.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/tests/linkedhashmap_tests.cpp b/3rdparty/libprocess/3rdparty/stout/tests/linkedhashmap_tests.cpp
index aca97ca..685a9a1 100644
--- a/3rdparty/libprocess/3rdparty/stout/tests/linkedhashmap_tests.cpp
+++ b/3rdparty/libprocess/3rdparty/stout/tests/linkedhashmap_tests.cpp
@@ -88,6 +88,6 @@ TEST(LinkedHashmapTest, Values)
 
   int val = 0;
   foreach (int value, map.values()) {
-   ASSERT_EQ(++val, value);
+    ASSERT_EQ(++val, value);
   }
 }