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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user