mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-01 00:58:00 +02:00
trivial: fix indentation
This commit is contained in:
parent
b28c6ca30e
commit
977787171e
2 changed files with 2 additions and 2 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue