summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-04-03 19:15:58 +0200
committerLennart Poettering <lennart@poettering.net>2023-04-03 19:15:58 +0200
commita732e284366446b70ec8c46c36db680f831c2155 (patch)
tree4674f29612efc29f80cac85f852fe6b059810c19 /src
parent09567df7db75824f1b8bf0b5cc721febda03cb56 (diff)
downloadsystemd-a732e284366446b70ec8c46c36db680f831c2155.tar.gz
pid1: drop two spurious empty line
Diffstat (limited to 'src')
-rw-r--r--src/core/service.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/service.c b/src/core/service.c
index e0e56af19c..ae310043f5 100644
--- a/src/core/service.c
+++ b/src/core/service.c
@@ -2761,8 +2761,6 @@ static int service_stop(Unit *u) {
/* Unknown state, or unit_stop() should already have handled these */
assert_not_reached();
}
-
-
}
static int service_reload(Unit *u) {