Fixed a small formatting issue in launch.cpp.

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

Branch: refs/heads/master
Commit: a67b37cc89bb314f2552c6e0bb21e95eb4703062
Parents: bcb33ee
Author: Jie Yu <yujie....@gmail.com>
Authored: Thu Sep 22 20:48:37 2016 -0700
Committer: Jie Yu <yujie....@gmail.com>
Committed: Thu Sep 22 20:48:37 2016 -0700

----------------------------------------------------------------------
 src/slave/containerizer/mesos/launch.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a67b37cc/src/slave/containerizer/mesos/launch.cpp
----------------------------------------------------------------------
diff --git a/src/slave/containerizer/mesos/launch.cpp 
b/src/slave/containerizer/mesos/launch.cpp
index a80c692..777121c 100644
--- a/src/slave/containerizer/mesos/launch.cpp
+++ b/src/slave/containerizer/mesos/launch.cpp
@@ -459,7 +459,7 @@ int MesosContainerizerLaunch::execute()
   } else {
     // Use execvp to launch the command.
     os::execvp(command->value().c_str(),
-           os::raw::Argv(command->arguments()));
+               os::raw::Argv(command->arguments()));
   }
 
   // If we get here, the execle call failed.

Reply via email to