1
0
mirror of https://github.com/systemd/systemd synced 2025-10-06 00:13:24 +02:00

resolve: coding style fix

This commit is contained in:
Yu Watanabe
2025-06-16 17:13:42 +09:00
parent 5d5edcd3f4
commit 450a4edfc3

View File

@@ -829,7 +829,7 @@ int manager_start(Manager *m) {
return 0;
}
Manager *manager_free(Manager *m) {
Manager* manager_free(Manager *m) {
Link *l;
if (!m)