chiark / gitweb /
update TODO
[elogind.git] / src / shared / cgroup-util.c
index 3738ca8eac96c19ed8d181d28ee7a93ebbfa1690..c17e1d4d1bde18080cd82a7ebb2b1bd6778a384f 100644 (file)
@@ -697,7 +697,13 @@ int cg_attach(const char *controller, const char *path, pid_t pid) {
         return write_string_file(fs, c);
 }
 
-int cg_set_group_access(const char *controller, const char *path, mode_t mode, uid_t uid, gid_t gid) {
+int cg_set_group_access(
+                const char *controller,
+                const char *path,
+                mode_t mode,
+                uid_t uid,
+                gid_t gid) {
+
         _cleanup_free_ char *fs = NULL;
         int r;