assert(type < _JOB_TYPE_MAX_IN_TRANSACTION);
assert(unit);
- /* Before adding jobs for this unit, let's ensure that its state has been loaded This matters when
- * jobs are spawned as part of coldplugging itself (see e. g. path_coldplug()). This way, we
+ /* Before adding jobs for this unit, let's ensure that its state has been loaded. This matters when
+ * jobs are spawned as part of coldplugging itself (see e. g. path_coldplug()). This way, we
* "recursively" coldplug units, ensuring that we do not look at state of not-yet-coldplugged
* units. */
if (MANAGER_IS_RELOADING(unit->manager))