Skip to content
Snippets Groups Projects
Commit 18eed1be authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Applied code formatting tool

parent 52d322be
Branches
Tags
3 merge requests!2119Mhd canvas,!2112Prep for remix merge,!2109Catching the zoom branch up with master
...@@ -822,7 +822,8 @@ void engine_compute_next_snapshot_time(struct engine *e, const int restart) { ...@@ -822,7 +822,8 @@ void engine_compute_next_snapshot_time(struct engine *e, const int restart) {
message("Next snapshot time set to t=%e.", next_snapshot_time); message("Next snapshot time set to t=%e.", next_snapshot_time);
} }
/* Unless we are restarting, set the recording triggers accordingly for the next output */ /* Unless we are restarting, set the recording triggers accordingly for the
* next output */
if (!restart) engine_set_and_verify_snapshot_triggers(e); if (!restart) engine_set_and_verify_snapshot_triggers(e);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment