summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-04-29 04:30:32 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-04-29 08:45:06 +0900
commit34a4e22e97bd39de334388567e7a5cf063445238 (patch)
treeddffd9b00e42f083e5787e671ae5ce8535ee7743 /src/core
parentc23e9b6a64b3bdf44127a69d5eeaa2c116b40aba (diff)
downloadsystemd-34a4e22e97bd39de334388567e7a5cf063445238.tar.gz
core/path: align table
Diffstat (limited to 'src/core')
-rw-r--r--src/core/path.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/path.c b/src/core/path.c
index 3881c77a86..9f6a246ab0 100644
--- a/src/core/path.c
+++ b/src/core/path.c
@@ -26,10 +26,10 @@
#include "unit.h"
static const UnitActiveState state_translation_table[_PATH_STATE_MAX] = {
- [PATH_DEAD] = UNIT_INACTIVE,
+ [PATH_DEAD] = UNIT_INACTIVE,
[PATH_WAITING] = UNIT_ACTIVE,
[PATH_RUNNING] = UNIT_ACTIVE,
- [PATH_FAILED] = UNIT_FAILED,
+ [PATH_FAILED] = UNIT_FAILED,
};
static int path_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata);