You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ya...@apache.org on 2016/08/03 05:49:24 UTC

mesos git commit: Minor white space fix in slave.cpp.

Repository: mesos
Updated Branches:
  refs/heads/master d3cbafda6 -> 4f297654f


Minor white space fix 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/4f297654
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/4f297654
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/4f297654

Branch: refs/heads/master
Commit: 4f297654f892d48fd86cfc17f100bb49ca2e4a8e
Parents: d3cbafd
Author: Jiang Yan Xu <xu...@apple.com>
Authored: Tue Aug 2 14:21:17 2016 -0700
Committer: Jiang Yan Xu <xu...@apple.com>
Committed: Tue Aug 2 22:47:52 2016 -0700

----------------------------------------------------------------------
 src/slave/slave.cpp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/4f297654/src/slave/slave.cpp
----------------------------------------------------------------------
diff --git a/src/slave/slave.cpp b/src/slave/slave.cpp
index 51d7831..29ca07a 100644
--- a/src/slave/slave.cpp
+++ b/src/slave/slave.cpp
@@ -3488,11 +3488,11 @@ void Slave::_statusUpdate(
   } else {
     // Immediately send the status update.
     __statusUpdate(None(),
-                  update,
-                  pid,
-                  executor->id,
-                  executor->containerId,
-                  executor->checkpoint);
+                   update,
+                   pid,
+                   executor->id,
+                   executor->containerId,
+                   executor->checkpoint);
   }
 }