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/07/21 18:24:49 UTC

mesos git commit: Minor fix on indentation.

Repository: mesos
Updated Branches:
  refs/heads/master a95ab8ba1 -> b17773106


Minor fix on indentation.


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

Branch: refs/heads/master
Commit: b177731063b03f6da09fb8ffdfe99396f478a8e5
Parents: a95ab8b
Author: Jiang Yan Xu <xu...@apple.com>
Authored: Thu Jul 21 11:22:30 2016 -0700
Committer: Jiang Yan Xu <xu...@apple.com>
Committed: Thu Jul 21 11:22:30 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/b1777310/src/master/master.cpp
----------------------------------------------------------------------
diff --git a/src/master/master.cpp b/src/master/master.cpp
index 370fd87..f2b803d 100644
--- a/src/master/master.cpp
+++ b/src/master/master.cpp
@@ -7056,7 +7056,7 @@ void Master::removeExecutor(
             << " of framework " << frameworkId << " on agent " << *slave;
 
   allocator->recoverResources(
-    frameworkId, slave->id, executor.resources(), None());
+      frameworkId, slave->id, executor.resources(), None());
 
   Framework* framework = getFramework(frameworkId);
   if (framework != nullptr) { // The framework might not be re-registered yet.