]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-bus: several coding style cleanups (#37867)
authorLennart Poettering <lennart@poettering.net>
Wed, 18 Jun 2025 08:39:48 +0000 (10:39 +0200)
committerGitHub <noreply@github.com>
Wed, 18 Jun 2025 08:39:48 +0000 (10:39 +0200)
- replace `type *func()` -> `type* func()`,
- rename arguments for storing results,
- add several missing assertions.


Trivial merge