summaryrefslogtreecommitdiffstats
path: root/src/core/job.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-01-17 19:47:19 +0100
committerLennart Poettering <lennart@poettering.net>2019-01-17 20:06:28 +0100
commit92e29d82e685385692bbc74be4ffe37cf2d60948 (patch)
tree013249bbaf1c9ebed97579c2a8a704dd6a2f3539 /src/core/job.c
parentMerge pull request #11378 from keszybz/export-dbus-address-conditionally (diff)
downloadsystemd-92e29d82e685385692bbc74be4ffe37cf2d60948.tar.xz
systemd-92e29d82e685385692bbc74be4ffe37cf2d60948.zip
tree-wide: fix some trailing whitespace
@bl33pbl0p, please fix your editor (Apparently you never configured the source tree? If you did, then the git pre-commit hook would have been enabled which doesn't allow commiting non-whitespace clean stuff...)
Diffstat (limited to 'src/core/job.c')
-rw-r--r--src/core/job.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/job.c b/src/core/job.c
index 5210ac1ea0..cc55bd01b8 100644
--- a/src/core/job.c
+++ b/src/core/job.c
@@ -207,7 +207,7 @@ Job* job_install(Job *j) {
job_merge_into_installed(uj, j);
log_unit_debug(uj->unit,
"Merged %s/%s into installed job %s/%s as %"PRIu32,
- j->unit->id, job_type_to_string(j->type), uj->unit->id,
+ j->unit->id, job_type_to_string(j->type), uj->unit->id,
job_type_to_string(uj->type), uj->id);
return uj;
} else {