summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
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);