Skip to content

Commit 2bb7d73

Browse files
committed
Tidy whitespace.
1 parent 1373845 commit 2bb7d73

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/pfasst/controller/sdc_impl.hpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace pfasst
2222
void SDC<time>::run()
2323
{
2424
auto sweeper = this->get_level(0);
25-
25+
2626
for (; this->get_time() < this->get_end_time(); this->advance_time()) {
2727
bool initial = this->get_step() == 0;
2828
for (this->set_iteration(0);
@@ -41,7 +41,9 @@ namespace pfasst
4141
}
4242
}
4343
sweeper->post_step();
44-
if(this->get_time() + this->get_time_step() < this->get_end_time()) sweeper->advance();
44+
if (this->get_time() + this->get_time_step() < this->get_end_time()) {
45+
sweeper->advance();
46+
}
4547
}
4648
}
4749
} // ::pfasst

0 commit comments

Comments
 (0)