summaryrefslogtreecommitdiff
path: root/src/core/cgroup.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-04-19 12:13:23 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit5a86caf19e625fce150d5c4330783c8d5732b27f (patch)
tree8b8b2d98b6151829dc706d01bdea46eec8404548 /src/core/cgroup.c
parent206dc15a7a29cae1b42521812faf87e0888e07c0 (diff)
tree-wide: drop spurious newlines (#8764)
Double newlines (i.e. one empty lines) are great to structure code. But let's avoid triple newlines (i.e. two empty lines), quadruple newlines, quintuple newlines, …, that's just spurious whitespace. It's an easy way to drop 121 lines of code, and keeps the coding style of our sources a bit tigther.
Diffstat (limited to 'src/core/cgroup.c')
-rw-r--r--src/core/cgroup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/cgroup.c b/src/core/cgroup.c
index 9b69fa82e..34ff984df 100644
--- a/src/core/cgroup.c
+++ b/src/core/cgroup.c
@@ -1693,7 +1693,6 @@ static void unit_remove_from_cgroup_realize_queue(Unit *u) {
u->in_cgroup_realize_queue = false;
}
-
/* Check if necessary controllers and attributes for a unit are in place.
*
* If so, do nothing.