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 2017/03/28 17:22:22 UTC

mesos git commit: Fixed indentation in master.cpp.

Repository: mesos
Updated Branches:
  refs/heads/master 18f6642e2 -> 9d21645b4


Fixed indentation in master.cpp.

Review: https://reviews.apache.org/r/57984/


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

Branch: refs/heads/master
Commit: 9d21645b4a5e2b2797cfa56745f4896c45190f4d
Parents: 18f6642
Author: Klaus Ma <kl...@gmail.com>
Authored: Tue Mar 28 10:22:01 2017 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Tue Mar 28 10:22:01 2017 -0700

----------------------------------------------------------------------
 src/master/master.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/9d21645b/src/master/master.cpp
----------------------------------------------------------------------
diff --git a/src/master/master.cpp b/src/master/master.cpp
index 43e9d26..ab071f5 100644
--- a/src/master/master.cpp
+++ b/src/master/master.cpp
@@ -804,8 +804,8 @@ void Master::initialize()
       &UnregisterFrameworkMessage::framework_id);
 
   install<DeactivateFrameworkMessage>(
-        &Master::deactivateFramework,
-        &DeactivateFrameworkMessage::framework_id);
+      &Master::deactivateFramework,
+      &DeactivateFrameworkMessage::framework_id);
 
   install<ResourceRequestMessage>(
       &Master::resourceRequest,