You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 11:01:56 UTC

svn commit: r1132211 - /incubator/mesos/trunk/include/mesos_sched.hpp

Author: benh
Date: Sun Jun  5 09:01:56 2011
New Revision: 1132211

URL: http://svn.apache.org/viewvc?rev=1132211&view=rev
Log:
Fixed some tabs

Modified:
    incubator/mesos/trunk/include/mesos_sched.hpp

Modified: incubator/mesos/trunk/include/mesos_sched.hpp
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/include/mesos_sched.hpp?rev=1132211&r1=1132210&r2=1132211&view=diff
==============================================================================
--- incubator/mesos/trunk/include/mesos_sched.hpp (original)
+++ incubator/mesos/trunk/include/mesos_sched.hpp Sun Jun  5 09:01:56 2011
@@ -85,8 +85,8 @@ public:
   virtual int killTask(const TaskID& taskId) = 0;
 
   virtual int replyToOffer(const OfferID& offerId,
-			   const std::vector<TaskDescription>& tasks,
-			   const std::map<std::string, std::string>& params) = 0;
+                           const std::vector<TaskDescription>& tasks,
+                           const std::map<std::string, std::string>& params) = 0;
 
   virtual int replyToOffer(const OfferID& offerId,
                            const std::vector<TaskDescription>& tasks)
@@ -132,7 +132,7 @@ public:
    */
   MesosSchedulerDriver(Scheduler* sched,
                        const std::map<std::string, std::string>& params,
-		       const FrameworkID& frameworkId = FrameworkID());
+                       const FrameworkID& frameworkId = FrameworkID());
 
 #ifndef SWIG
   /**
@@ -151,9 +151,9 @@ public:
    *        redundant schedulers for the same framework
    */
   MesosSchedulerDriver(Scheduler* sched,
-		       int argc,
+                       int argc,
                        char** argv,
-		       const FrameworkID& frameworkId = FrameworkID());
+                       const FrameworkID& frameworkId = FrameworkID());
 #endif
 
   virtual ~MesosSchedulerDriver();
@@ -170,8 +170,8 @@ public:
   virtual int killTask(const TaskID& taskId);
 
   virtual int replyToOffer(const OfferID& offerId,
-			   const std::vector<TaskDescription>& tasks,
-			   const std::map<std::string, std::string>& params);
+                           const std::vector<TaskDescription>& tasks,
+                           const std::map<std::string, std::string>& params);
 
   virtual int replyToOffer(const OfferID& offerId,
                            const std::vector<TaskDescription>& tasks)