]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
import: comment indent fix
authorLennart Poettering <lennart@poettering.net>
Fri, 15 Jan 2021 15:47:41 +0000 (16:47 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 19 Jan 2021 17:29:59 +0000 (18:29 +0100)
src/import/pull-job.h

index 719196caec9fde7a56cf7b5613330cf2ff9a9e34..70ef62699ab4be3728855cffbf9ea7af0966bf11 100644 (file)
@@ -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,