Skip to content

Commit 8fc380d

Browse files
yuwatabluca
authored andcommitted
core/path: align table
(cherry picked from commit 34a4e22) (cherry picked from commit 674591e)
1 parent 13bc313 commit 8fc380d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/path.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
#include "unit.h"
2727

2828
static const UnitActiveState state_translation_table[_PATH_STATE_MAX] = {
29-
[PATH_DEAD] = UNIT_INACTIVE,
29+
[PATH_DEAD] = UNIT_INACTIVE,
3030
[PATH_WAITING] = UNIT_ACTIVE,
3131
[PATH_RUNNING] = UNIT_ACTIVE,
32-
[PATH_FAILED] = UNIT_FAILED,
32+
[PATH_FAILED] = UNIT_FAILED,
3333
};
3434

3535
static int path_dispatch_io(sd_event_source *source, int fd, uint32_t revents, void *userdata);

0 commit comments

Comments
 (0)