trivial: fix indentation

This commit is contained in:
Thomas Haller 2022-10-11 18:23:15 +02:00
parent b28c6ca30e
commit 977787171e
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
2 changed files with 2 additions and 2 deletions

View file

@ -120,7 +120,7 @@ typedef struct {
const char *uuid;
/* Set to reduce the number of broadcast packets when the
* anycast hardware address of the DHCP service is known. */
* anycast hardware address of the DHCP service is known. */
const char *anycast_address;
/* The hostname or FQDN to send. */

View file

@ -6612,7 +6612,7 @@ do_sleep_wake(NMManager *self, gboolean sleeping_changed)
}
/* Give the connections a chance to recreate the virtual devices.
* We've torn them down on sleep. */
* We've torn them down on sleep. */
connections_changed(self);
}