Skip to content
Snippets Groups Projects
Commit 8912e014 authored by Moe Jette's avatar Moe Jette
Browse files

Reformat a long line, no change in logic.

parent aae6c4ef
No related branches found
No related tags found
No related merge requests found
...@@ -755,9 +755,9 @@ extern int job_step_checkpoint(checkpoint_msg_t *ckpt_ptr, ...@@ -755,9 +755,9 @@ extern int job_step_checkpoint(checkpoint_msg_t *ckpt_ptr,
rc = ESLURM_INVALID_JOB_ID; rc = ESLURM_INVALID_JOB_ID;
goto reply; goto reply;
} else { } else {
rc = checkpoint_op(ckpt_ptr->op, ckpt_ptr->data, (void *)step_ptr, rc = checkpoint_op(ckpt_ptr->op, ckpt_ptr->data,
&resp_data.event_time, &resp_data.error_code, (void *)step_ptr, &resp_data.event_time,
&resp_data.error_msg); &resp_data.error_code, &resp_data.error_msg);
last_job_update = time(NULL); last_job_update = time(NULL);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment