Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
yet another bunch of cleanups
[simgrid.git] / include / simgrid / kernel / future.hpp
index 7b2941e..d938b44 100644 (file)
@@ -142,7 +142,6 @@ private:
 template<class T>
 class FutureState : public FutureStateBase {
 public:
-
   void set_value(T value)
   {
     if (this->get_status() != FutureStatus::not_ready)