]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: fix some trailing whitespace
authorLennart Poettering <lennart@poettering.net>
Thu, 17 Jan 2019 18:47:19 +0000 (19:47 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 17 Jan 2019 19:06:28 +0000 (20:06 +0100)
@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...)

man/systemd.xml
src/core/job.c

index 680f800f7dc7b14e1364281dde18d3af7360811f..5287bdaba89a47a4c1af0f5f88b80cace01d52b3 100644 (file)
     means that before executing a requested operation, systemd will
     verify that it makes sense, fixing it if possible, and only
     failing if it really cannot work.</para>
-    
+
     <para>Note that transactions are generated independently of a unit's
     state at runtime, hence, for example, if a start job is requested on an
     already started unit, it will still generate a transaction and wake up any
index 5210ac1ea0bc7c3cf8233c8fcd7d8cf6bf1a3f41..cc55bd01b8ee2879395db80e638318ccf62596d9 100644 (file)
@@ -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 {