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

Public GIT Repository
Merge branch 'coverity_scan' of github.com:mquinson/simgrid
[simgrid.git] / src / s4u / s4u_async.cpp
index 5bbce9a31d7624e7a48eac0ce231e5a8d5107377..331ef22d0e8df0662759ddc682fe42aed501b31f 100644 (file)
@@ -22,7 +22,7 @@ s4u::Async::~Async() {
 }
 
 void s4u::Async::setRemains(double remains) {
-       xbt_assert(p_state == inited, "Cannot change the remaining amount of work once the Async is started");
-       p_remains = remains;
+  xbt_assert(p_state == inited, "Cannot change the remaining amount of work once the Async is started");
+  p_remains = remains;
 }