You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2015/09/16 19:09:06 UTC

mesos git commit: Fixed 'operator=' spacing in the V1 Scheduler interface.

Repository: mesos
Updated Branches:
  refs/heads/master e197336e6 -> 482c20cc2


Fixed 'operator=' spacing in the V1 Scheduler interface.

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


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

Branch: refs/heads/master
Commit: 482c20cc25bdf833262efa12e031cd7d9b7dab38
Parents: e197336
Author: Joseph Wu <jo...@mesosphere.io>
Authored: Wed Sep 16 12:50:53 2015 -0400
Committer: Joris Van Remoortere <jo...@gmail.com>
Committed: Wed Sep 16 13:06:03 2015 -0400

----------------------------------------------------------------------
 include/mesos/v1/scheduler.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/482c20cc/include/mesos/v1/scheduler.hpp
----------------------------------------------------------------------
diff --git a/include/mesos/v1/scheduler.hpp b/include/mesos/v1/scheduler.hpp
index 7911da0..9d3355e 100644
--- a/include/mesos/v1/scheduler.hpp
+++ b/include/mesos/v1/scheduler.hpp
@@ -62,7 +62,7 @@ public:
   Mesos(const Mesos& other) = delete;
 
   // Delete assignment operator.
-  Mesos& operator = (const Mesos& other) = delete;
+  Mesos& operator=(const Mesos& other) = delete;
 
   virtual ~Mesos();