]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
timesync: drop redundant space
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 5 Oct 2025 19:21:32 +0000 (04:21 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 5 Oct 2025 19:49:53 +0000 (04:49 +0900)
src/timesync/timesyncd-manager.c

index 6351179a62e6d499405344d494f9c25faf22dbdb..004adf0b4ff1bd50d4999ec1cce8b861330c2bd6 100644 (file)
@@ -911,7 +911,7 @@ void manager_disconnect(Manager *m) {
         (void) sd_notify(false, "STATUS=Idle.");
 }
 
-void manager_flush_server_names(Manager  *m, ServerType t) {
+void manager_flush_server_names(Manager *m, ServerType t) {
         assert(m);
 
         if (t == SERVER_SYSTEM)