From: Lennart Poettering Date: Mon, 3 Apr 2023 17:15:58 +0000 (+0200) Subject: pid1: drop two spurious empty line X-Git-Tag: v254-rc1~823 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a732e284366446b70ec8c46c36db680f831c2155;p=thirdparty%2Fsystemd.git pid1: drop two spurious empty line --- diff --git a/src/core/service.c b/src/core/service.c index e0e56af19c7..ae310043f5b 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) {