From: Yu Watanabe Date: Wed, 26 Apr 2023 05:24:12 +0000 (+0900) Subject: core/job: fix indentation X-Git-Tag: v254-rc1~612^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ace15701c1d596913045df8306ead63adef71be9;p=thirdparty%2Fsystemd.git core/job: fix indentation --- diff --git a/src/core/job.c b/src/core/job.c index af479879383..1010e6f869c 100644 --- a/src/core/job.c +++ b/src/core/job.c @@ -262,8 +262,8 @@ int job_install_deserialized(Job *j) { if (j->type < 0 || j->type >= _JOB_TYPE_MAX_IN_TRANSACTION) return log_unit_debug_errno(j->unit, SYNTHETIC_ERRNO(EINVAL), - "Invalid job type %s in deserialization.", - strna(job_type_to_string(j->type))); + "Invalid job type %s in deserialization.", + strna(job_type_to_string(j->type))); pj = j->type == JOB_NOP ? &j->unit->nop_job : &j->unit->job; if (*pj)