Skip to content

Commit f55bc1e

Browse files
committed
job-exec: fix code indent
Problem: some code is not indented consistently Fix indent.
1 parent 872253c commit f55bc1e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/modules/job-exec/exec.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -350,12 +350,12 @@ static int exec_init (struct jobinfo *job)
350350
goto err;
351351
}
352352
if (job->multiuser) {
353-
if (config_use_imp_helper ()
354-
&& flux_cmd_setenvf (cmd,
355-
1,
356-
"FLUX_IMP_EXEC_HELPER",
357-
"flux imp-exec-helper %ju",
358-
(uintmax_t) job->id) < 0) {
353+
if (config_use_imp_helper ()
354+
&& flux_cmd_setenvf (cmd,
355+
1,
356+
"FLUX_IMP_EXEC_HELPER",
357+
"flux imp-exec-helper %ju",
358+
(uintmax_t) job->id) < 0) {
359359
flux_log_error (job->h, "exec_init: flux_cmd_setenvf");
360360
goto err;
361361
}

0 commit comments

Comments
 (0)