From: Lennart Poettering Date: Fri, 15 Jan 2021 15:47:41 +0000 (+0100) Subject: import: comment indent fix X-Git-Tag: v248-rc1~296^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d41de2e948ce59af08b7193856bb9d4fcd931a8;p=thirdparty%2Fsystemd.git import: comment indent fix --- diff --git a/src/import/pull-job.h b/src/import/pull-job.h index 719196caec9..70ef62699ab 100644 --- a/src/import/pull-job.h +++ b/src/import/pull-job.h @@ -17,7 +17,7 @@ typedef void (*PullJobProgress)(PullJob *job); typedef enum PullJobState { PULL_JOB_INIT, PULL_JOB_ANALYZING, /* Still reading into ->payload, to figure out what we have */ - PULL_JOB_RUNNING, /* Writing to destination */ + PULL_JOB_RUNNING, /* Writing to destination */ PULL_JOB_DONE, PULL_JOB_FAILED, _PULL_JOB_STATE_MAX,