From 13e785f7a0d2c78fbd822b1157ef9d7ee3fef805 Mon Sep 17 00:00:00 2001 From: AsciiWolf Date: Fri, 24 Feb 2017 18:14:02 +0100 Subject: Fix missing space in comments (#5439) --- src/core/unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/unit.c') diff --git a/src/core/unit.c b/src/core/unit.c index 685df6f00d..b784277a96 100644 --- a/src/core/unit.c +++ b/src/core/unit.c @@ -3895,7 +3895,7 @@ int unit_kill_context( * should not exist in non-delegated units. On * the unified hierarchy that's different, * there we get proper events. Hence rely on - * them.*/ + * them. */ if (cg_unified(SYSTEMD_CGROUP_CONTROLLER) || (detect_container() == 0 && !unit_cgroup_delegate(u))) -- cgit v1.2.3-54-g00ecf