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/05/31 21:51:21 UTC

[07/16] mesos git commit: Fixed some style issues in slave.hpp.

Fixed some style issues in slave.hpp.

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


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

Branch: refs/heads/master
Commit: 96ec255e1160b7abc7a4c0222d43af5d87007ae4
Parents: 7ba736a
Author: Jie Yu <yu...@gmail.com>
Authored: Tue May 30 15:36:54 2017 -0700
Committer: Jie Yu <yu...@gmail.com>
Committed: Wed May 31 14:51:10 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/96ec255e/src/slave/slave.hpp
----------------------------------------------------------------------
diff --git a/src/slave/slave.hpp b/src/slave/slave.hpp
index 4e7c6be..769bb7e 100644
--- a/src/slave/slave.hpp
+++ b/src/slave/slave.hpp
@@ -96,7 +96,6 @@ namespace mesos {
 class Authorizer;
 
 namespace internal {
-
 namespace slave {
 
 // Some forward declarations.
@@ -105,6 +104,7 @@ struct Executor;
 struct Framework;
 struct HttpConnection;
 
+
 class Slave : public ProtobufProcess<Slave>
 {
 public:
@@ -195,10 +195,10 @@ public:
   void checkpointResources(const std::vector<Resource>& checkpointedResources);
 
   void subscribe(
-    HttpConnection http,
-    const executor::Call::Subscribe& subscribe,
-    Framework* framework,
-    Executor* executor);
+      HttpConnection http,
+      const executor::Call::Subscribe& subscribe,
+      Framework* framework,
+      Executor* executor);
 
   void registerExecutor(
       const process::UPID& from,