From: Lennart Poettering Date: Wed, 18 Jun 2025 08:39:48 +0000 (+0200) Subject: sd-bus: several coding style cleanups (#37867) X-Git-Tag: v258-rc1~295 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17f2b40f2229e7efd4c97f7a101c391c32f7d292;p=thirdparty%2Fsystemd.git sd-bus: several coding style cleanups (#37867) - replace `type *func()` -> `type* func()`, - rename arguments for storing results, - add several missing assertions. --- 17f2b40f2229e7efd4c97f7a101c391c32f7d292