]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core/unit: correct indentation
authorMike Yuan <me@yhndnzj.com>
Thu, 22 May 2025 18:24:08 +0000 (20:24 +0200)
committerMike Yuan <me@yhndnzj.com>
Mon, 30 Jun 2025 10:44:52 +0000 (12:44 +0200)
Follow-up for 54e1f676a2d3fa8c39beac84fe5027d9276d491d

src/core/unit.c

index 1d23d24cc878bac1ee06c7e70f118d8b28c82857..2906675202830c4e88e4c80890cbff33ba3b0719 100644 (file)
@@ -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))