summaryrefslogtreecommitdiff
path: root/src/core/scope.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-07-02 16:59:23 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-07-19 11:33:52 +0200
commit48d83e33682654fd01ffc43e5c6ae999e53c8e79 (patch)
tree8de726a45c03cad98ed3bd0af62ee21351c412b6 /src/core/scope.c
parent305757d80819873c8918c6ea229f96fc10b77696 (diff)
downloadsystemd-48d83e33682654fd01ffc43e5c6ae999e53c8e79.tar.gz
core: align string tables
Diffstat (limited to 'src/core/scope.c')
-rw-r--r--src/core/scope.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/scope.c b/src/core/scope.c
index b7848a0a5d..1b60af22f3 100644
--- a/src/core/scope.c
+++ b/src/core/scope.c
@@ -632,9 +632,9 @@ static void scope_enumerate_perpetual(Manager *m) {
}
static const char* const scope_result_table[_SCOPE_RESULT_MAX] = {
- [SCOPE_SUCCESS] = "success",
+ [SCOPE_SUCCESS] = "success",
[SCOPE_FAILURE_RESOURCES] = "resources",
- [SCOPE_FAILURE_TIMEOUT] = "timeout",
+ [SCOPE_FAILURE_TIMEOUT] = "timeout",
};
DEFINE_STRING_TABLE_LOOKUP(scope_result, ScopeResult);