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 2015/06/08 21:21:04 UTC

mesos git commit: Fixed a style issue in slave.cpp.

Repository: mesos
Updated Branches:
  refs/heads/master 3ef08fafd -> 9a5788801


Fixed a style issue in slave.cpp.


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

Branch: refs/heads/master
Commit: 9a5788801e7fc95fce99749a23803fc52c67c0ce
Parents: 3ef08fa
Author: Jie Yu <yu...@gmail.com>
Authored: Mon Jun 8 12:21:05 2015 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Mon Jun 8 12:21:05 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/9a578880/src/slave/slave.cpp
----------------------------------------------------------------------
diff --git a/src/slave/slave.cpp b/src/slave/slave.cpp
index 054929b..98036b2 100644
--- a/src/slave/slave.cpp
+++ b/src/slave/slave.cpp
@@ -3703,7 +3703,7 @@ void Slave::registerExecutorTimeout(
     return;
   }
 
-  if (executor->containerId != containerId ) {
+  if (executor->containerId != containerId) {
     LOG(INFO) << "A new executor '" << executorId
               << "' of framework " << frameworkId
               << " with run " << executor->containerId