diff --git a/src/engine_io.c b/src/engine_io.c index 5b3116998e55278ff65a114764849c48555f0c06..006ba50b8be734808d580ae347b65211579abd08 100644 --- a/src/engine_io.c +++ b/src/engine_io.c @@ -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); } - /* 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); } }