diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-01-15 16:47:41 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-01-19 18:29:59 +0100 |
commit | 7d41de2e948ce59af08b7193856bb9d4fcd931a8 (patch) | |
tree | bcfd0ec92e9e40280f448d9e25f399c3fcb2d7cf /src/import | |
parent | 63ec26a4bfdc6376119bba4378d9f2463858f376 (diff) | |
download | systemd-7d41de2e948ce59af08b7193856bb9d4fcd931a8.tar.gz |
import: comment indent fix
Diffstat (limited to 'src/import')
-rw-r--r-- | src/import/pull-job.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/pull-job.h b/src/import/pull-job.h index 719196caec..70ef62699a 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, |