summaryrefslogtreecommitdiff
path: root/src/oom/test-oomd-util.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-02-15 10:08:16 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-02-15 10:08:16 +0900
commit0b75493da03fed3bf077791ce1289910eb6f6641 (patch)
tree521dfe26128adbbe60fb047a8dac5e78580628db /src/oom/test-oomd-util.c
parent0da4cc97b446b43802692f2415e5a774771b0ca9 (diff)
downloadsystemd-0b75493da03fed3bf077791ce1289910eb6f6641.tar.gz
tree-wide: fix typo and comment style update
Diffstat (limited to 'src/oom/test-oomd-util.c')
-rw-r--r--src/oom/test-oomd-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oom/test-oomd-util.c b/src/oom/test-oomd-util.c
index ed98812399..ef99d924bb 100644
--- a/src/oom/test-oomd-util.c
+++ b/src/oom/test-oomd-util.c
@@ -474,7 +474,7 @@ static void test_oomd_fetch_cgroup_oom_preference(void) {
assert_se(oomd_fetch_cgroup_oom_preference(ctx, "/herp.slice/derp.scope") == -EINVAL);
/* Assert that avoid/omit are not set if the cgroup and prefix are not
- * owned by the same user.*/
+ * owned by the same user. */
if (test_xattrs && !empty_or_root(cgroup)) {
ctx = oomd_cgroup_context_free(ctx);
assert_se(cg_set_access(SYSTEMD_CGROUP_CONTROLLER, cgroup, 61183, 0) >= 0);