summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-10-11 18:23:15 +0200
committerThomas Haller <thaller@redhat.com>2022-10-11 18:27:32 +0200
commit977787171e532d4143ab942494c06b5c632f822b (patch)
tree5cb119ec98699bd9cae0802b06cddfdf80524342
parentb28c6ca30e1f9aada07789ba4a0cddee508cdc3c (diff)
trivial: fix indentation
-rw-r--r--src/core/dhcp/nm-dhcp-client.h2
-rw-r--r--src/core/nm-manager.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/dhcp/nm-dhcp-client.h b/src/core/dhcp/nm-dhcp-client.h
index 51c6bc048f..3798f3b289 100644
--- a/src/core/dhcp/nm-dhcp-client.h
+++ b/src/core/dhcp/nm-dhcp-client.h
@@ -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. */
diff --git a/src/core/nm-manager.c b/src/core/nm-manager.c
index 1197e2c98c..bf1e57a8c6 100644
--- a/src/core/nm-manager.c
+++ b/src/core/nm-manager.c
@@ -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);
}