Skip to content

Commit 476ba90

Browse files
committed
job-list: fix invalid indentation
1 parent 4113f74 commit 476ba90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/job-list/job_state.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ static void state_run_lookup_continuation (flux_future_t *f, void *arg)
711711
}
712712

713713
static flux_future_t *state_run_lookup (struct job_state_ctx *jsctx,
714-
struct job *job)
714+
struct job *job)
715715
{
716716
flux_future_t *f = NULL;
717717
int saved_errno;

0 commit comments

Comments
 (0)