]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/ChunkedData.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
further cleanups of the MC protocol (and fix its build :)
[simgrid.git] / src / mc / ChunkedData.hpp
index 330f2c9841f99b660b67dfbd5bbd3fa9ab9e27ae..9652ea10953280371350dd1c22efc778d8fdf240 100644 (file)
@@ -51,7 +51,7 @@ public:
   ChunkedData(ChunkedData const& that)
      : store_ (that.store_)
      , pagenos_(that.pagenos_)
-            
+
   {
     for (std::size_t pageno : pagenos_)
       store_->ref_page(pageno);