util-lib: fix comment
authorLennart Poettering <lennart@poettering.net>
Fri, 12 Jul 2019 06:49:53 +0000 (08:49 +0200)
committerZbigniew 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

index 7d61047..da37b52 100644 (file)
@@ -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);
 }