diff options
author | David Tardon <dtardon@redhat.com> | 2023-03-17 10:20:48 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2023-03-17 10:47:44 +0100 |
commit | c6b9baaa5bae96e1c7df6376154147f6570fa563 (patch) | |
tree | 27d5747470af547712ff38eb502e82b3c93580c0 /src/systemctl/systemctl-list-dependencies.c | |
parent | bb7c4a93ea1167b1294f86307d712d45655e9632 (diff) | |
download | systemd-c6b9baaa5bae96e1c7df6376154147f6570fa563.tar.gz |
systemctl: drop stray empty line
Diffstat (limited to 'src/systemctl/systemctl-list-dependencies.c')
-rw-r--r-- | src/systemctl/systemctl-list-dependencies.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/systemctl/systemctl-list-dependencies.c b/src/systemctl/systemctl-list-dependencies.c index 1da5cf5075..7953943223 100644 --- a/src/systemctl/systemctl-list-dependencies.c +++ b/src/systemctl/systemctl-list-dependencies.c @@ -14,7 +14,6 @@ static int list_dependencies_print(const char *name, int level, unsigned branche size_t len = 0; if (!arg_plain) { - for (int i = level - 1; i >= 0; i--) { len += 2; if (len > max_len - 3 && !arg_full) { |