]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolve: coding style fix
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 16 Jun 2025 08:13:42 +0000 (17:13 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 16 Jun 2025 13:02:30 +0000 (22:02 +0900)
src/resolve/resolved-manager.c

index d89d1dcbcd61442d4cecb99bd4e08655b31a7ddb..490b57cdaff5a04f8961f356846276c1401b282d 100644 (file)
@@ -829,7 +829,7 @@ int manager_start(Manager *m) {
         return 0;
 }
 
-Manager *manager_free(Manager *m) {
+Managermanager_free(Manager *m) {
         Link *l;
 
         if (!m)