]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/cpu_ti.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Suppress trailing whitespaces.
[simgrid.git] / src / surf / cpu_ti.cpp
index c9a76febb051fca5130196feeab43055031756d0..63625bcc2be8d4f592cdfd17bd9d9746e573c746 100644 (file)
@@ -48,7 +48,7 @@ CpuTiProfile::CpuTiProfile(const profile::Profile* profile)
   double delay=profile->get_repeat_delay()+ events.at(0).date_;
 
   xbt_assert( events.back().value_==prev_value,"Profiles need to end as they start");
-  time     += delay; 
+  time += delay;
   integral += delay*prev_value;
 
   time_points_.push_back(time);