You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/08/25 21:57:56 UTC

[03/11] mesos git commit: Fixed an indentation problem in CMakefile.

Fixed an indentation problem in CMakefile.


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

Branch: refs/heads/master
Commit: 4f71e0108cde353b9a3dd359434a16558500f2bc
Parents: 9b04b8d
Author: Benjamin Bannier <be...@mesosphere.io>
Authored: Thu Aug 25 16:12:18 2016 +0200
Committer: Jie Yu <yu...@gmail.com>
Committed: Thu Aug 25 14:57:50 2016 -0700

----------------------------------------------------------------------
 src/tests/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/4f71e010/src/tests/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index 2732a79..085ddf8 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -23,7 +23,7 @@ set(TEST_HELPER_SRC
   flags.cpp
   test_helper_main.cpp
   utils.cpp
-	containerizer/memory_test_helper.cpp
+  containerizer/memory_test_helper.cpp
   )
 
 add_subdirectory(containerizer/)