diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-01-17 19:47:19 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-01-17 20:06:28 +0100 |
commit | 92e29d82e685385692bbc74be4ffe37cf2d60948 (patch) | |
tree | 013249bbaf1c9ebed97579c2a8a704dd6a2f3539 /src/core/job.c | |
parent | Merge pull request #11378 from keszybz/export-dbus-address-conditionally (diff) | |
download | systemd-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.c | 2 |
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 { |