From: Mike Yuan Date: Thu, 22 May 2025 18:24:08 +0000 (+0200) Subject: core/unit: correct indentation X-Git-Tag: v258-rc1~210^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7732cecb1e48f94e1f11d4be1d51975987781099;p=thirdparty%2Fsystemd.git core/unit: correct indentation Follow-up for 54e1f676a2d3fa8c39beac84fe5027d9276d491d --- diff --git a/src/core/unit.c b/src/core/unit.c index 1d23d24cc87..29066752028 100644 --- a/src/core/unit.c +++ b/src/core/unit.c @@ -6332,7 +6332,7 @@ void unit_next_freezer_state(Unit *u, FreezerAction action, FreezerState *ret_ne * if its parent is frozen. So we instead "demote" a normal freeze into a freeze * initiated by parent if the parent is frozen */ if (IN_SET(current, FREEZER_RUNNING, FREEZER_THAWING, - FREEZER_FREEZING_BY_PARENT, FREEZER_FROZEN_BY_PARENT)) /* Should usually be refused by unit_freezer_action */ + FREEZER_FREEZING_BY_PARENT, FREEZER_FROZEN_BY_PARENT)) /* Should usually be refused by unit_freezer_action */ next = current; else if (current == FREEZER_FREEZING) { if (IN_SET(parent, FREEZER_RUNNING, FREEZER_THAWING))