projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27dd6e1
)
util-lib: fix comment
author
Lennart Poettering
<lennart@poettering.net>
Fri, 12 Jul 2019 06:49:53 +0000
(08:49 +0200)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Fri, 12 Jul 2019 07:37:49 +0000
(09:37 +0200)
As suggested by @ralt.
Fixes: #12896
src/basic/cgroup-util.c
patch
|
blob
|
history
diff --git
a/src/basic/cgroup-util.c
b/src/basic/cgroup-util.c
index
7d61047
..
da37b52
100644
(file)
--- a/
src/basic/cgroup-util.c
+++ b/
src/basic/cgroup-util.c
@@
-1676,9
+1676,8
@@
int cg_path_get_user_unit(const char *path, char **ret) {
if (!t)
return -ENXIO;
- /* And from here on it looks pretty much the same as for a
- * system unit, hence let's use the same parser from here
- * on. */
+ /* And from here on it looks pretty much the same as for a system unit, hence let's use the same
+ * parser. */
return cg_path_get_unit(t, ret);
}