summaryrefslogtreecommitdiff
path: root/src/systemctl/systemctl.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-11-01 18:33:24 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-11-04 00:30:32 +0900
commit8e1e87a5dee17e6ed9236f9d1a8c27f925e0e3fd (patch)
tree9e98695982fe9cccf80516f241ddbf108f02b99c /src/systemctl/systemctl.c
parent8cb28504a5edb365942e8ee8a957374d46b1384f (diff)
downloadsystemd-8e1e87a5dee17e6ed9236f9d1a8c27f925e0e3fd.tar.gz
tree-wide: drop double newline
Diffstat (limited to 'src/systemctl/systemctl.c')
-rw-r--r--src/systemctl/systemctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index 257b6d9f12..b2dafd731b 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -804,7 +804,6 @@ static int expand_names(sd_bus *bus, char **names, const char* suffix, char ***r
return 0;
}
-
static int list_units(int argc, char *argv[], void *userdata) {
_cleanup_free_ UnitInfo *unit_infos = NULL;
_cleanup_(message_set_freep) Set *replies = NULL;