Repository: mesos
Updated Branches:
  refs/heads/master e7f17037b -> 881fc7af9


Fixed indentation.


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

Branch: refs/heads/master
Commit: 881fc7af930a621fc35b3d9fe88e26c1617be996
Parents: e7f1703
Author: Jiang Yan Xu <[email protected]>
Authored: Fri Feb 17 15:20:07 2017 -0800
Committer: Jiang Yan Xu <[email protected]>
Committed: Fri Feb 17 15:21:04 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/881fc7af/src/master/master.cpp
----------------------------------------------------------------------
diff --git a/src/master/master.cpp b/src/master/master.cpp
index 5534674..0f9fc39 100644
--- a/src/master/master.cpp
+++ b/src/master/master.cpp
@@ -4007,7 +4007,7 @@ void Master::_accept(
 
         const TaskStatus::Reason reason =
             slave == nullptr ? TaskStatus::REASON_SLAVE_REMOVED
-                          : TaskStatus::REASON_SLAVE_DISCONNECTED;
+                             : TaskStatus::REASON_SLAVE_DISCONNECTED;
         const StatusUpdate& update = protobuf::createStatusUpdate(
             framework->id(),
             task.slave_id(),

Reply via email to