Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
codacy
[simgrid.git] / src / mc / ChunkedData.hpp
index 330f2c9..9652ea1 100644 (file)
@@ -51,7 +51,7 @@ public:
   ChunkedData(ChunkedData const& that)
      : store_ (that.store_)
      , pagenos_(that.pagenos_)
   ChunkedData(ChunkedData const& that)
      : store_ (that.store_)
      , pagenos_(that.pagenos_)
-            
+
   {
     for (std::size_t pageno : pagenos_)
       store_->ref_page(pageno);
   {
     for (std::size_t pageno : pagenos_)
       store_->ref_page(pageno);