projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e078490
)
scope: add trailing comma to array initialization
author
Lennart Poettering
<lennart@poettering.net>
Tue, 19 Sep 2023 14:24:23 +0000
(16:24 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Tue, 19 Sep 2023 20:28:42 +0000
(22:28 +0200)
src/core/scope.c
patch
|
blob
|
history
diff --git
a/src/core/scope.c
b/src/core/scope.c
index eb3ffba084dcdaadaeb91ab0699e28dbed660cda..d8860a6da1c210bc5051e6224ef3c58108ad2537 100644
(file)
--- a/
src/core/scope.c
+++ b/
src/core/scope.c
@@
-29,7
+29,7
@@
static const UnitActiveState state_translation_table[_SCOPE_STATE_MAX] = {
[SCOPE_ABANDONED] = UNIT_ACTIVE,
[SCOPE_STOP_SIGTERM] = UNIT_DEACTIVATING,
[SCOPE_STOP_SIGKILL] = UNIT_DEACTIVATING,
- [SCOPE_FAILED] = UNIT_FAILED
+ [SCOPE_FAILED] = UNIT_FAILED
,
};
static int scope_dispatch_timer(sd_event_source *source, usec_t usec, void *userdata);