Repository: mesos
Updated Branches:
  refs/heads/master 6f15f67e1 -> 0d08b2224


Small styling fix.


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

Branch: refs/heads/master
Commit: 0d08b222423f490a50b3b19766c74b030ad40c13
Parents: 6f15f67
Author: Jiang Yan Xu <y...@jxu.me>
Authored: Tue Aug 4 10:51:54 2015 -0700
Committer: Jiang Yan Xu <y...@jxu.me>
Committed: Tue Aug 4 10:51:54 2015 -0700

----------------------------------------------------------------------
 src/slave/containerizer/isolators/filesystem/shared.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/0d08b222/src/slave/containerizer/isolators/filesystem/shared.cpp
----------------------------------------------------------------------
diff --git a/src/slave/containerizer/isolators/filesystem/shared.cpp 
b/src/slave/containerizer/isolators/filesystem/shared.cpp
index f3c2916..b30ab3f 100644
--- a/src/slave/containerizer/isolators/filesystem/shared.cpp
+++ b/src/slave/containerizer/isolators/filesystem/shared.cpp
@@ -206,10 +206,10 @@ Future<Option<ContainerPrepareInfo>> 
SharedFilesystemIsolatorProcess::prepare(
 
       if (!os::exists(hostPath)) {
         return Failure("Volume with container path '" +
-                      volume.container_path() +
-                      "' must have host path '" +
-                      hostPath +
-                      "' present on host for shared filesystem isolator");
+                       volume.container_path() +
+                       "' must have host path '" +
+                       hostPath +
+                       "' present on host for shared filesystem isolator");
       }
     }
 

Reply via email to