]> git.ipfire.org Git - thirdparty/systemd.git/commit
busctl: minor coding style cleanups
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 13 Oct 2024 04:21:36 +0000 (13:21 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 15 Oct 2024 10:09:38 +0000 (19:09 +0900)
commitc284aa7bf11186015615efdf6550e1a4970b44e6
treea88c4b04d1f1af840baf8edc4812b43ffd5df68b
parent6f9826b6d8dd6f847174617ba9ae211e1d061375
busctl: minor coding style cleanups

- rename output parameter of json_transform_and_append(),
- return from call() earlier to reduce indentation,
- add several missing error messages.
src/busctl/busctl.c