mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 23:20:32 +00:00
indentation/spurious whitespace fixes
This commit is contained in:
@@ -707,7 +707,7 @@ static int client_receive_reply(sd_dhcp6_client *client, DHCP6Message *reply,
|
||||
}
|
||||
|
||||
if (client->lease)
|
||||
dhcp6_lease_clear_timers(&client->lease->ia);
|
||||
dhcp6_lease_clear_timers(&client->lease->ia);
|
||||
|
||||
client->lease = sd_dhcp6_lease_unref(client->lease);
|
||||
client->lease = lease;
|
||||
|
||||
@@ -3942,7 +3942,6 @@ void execute_directory(const char *directory, DIR *d, usec_t timeout, char *argv
|
||||
_exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
|
||||
log_debug("Spawned %s as " PID_FMT ".", path, pid);
|
||||
|
||||
r = hashmap_put(pids, UINT_TO_PTR(pid), path);
|
||||
|
||||
Reference in New Issue
Block a user