summaryrefslogtreecommitdiff
path: root/shared/nm-glib-aux/nm-dbus-aux.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/nm-glib-aux/nm-dbus-aux.h')
-rw-r--r--shared/nm-glib-aux/nm-dbus-aux.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/shared/nm-glib-aux/nm-dbus-aux.h b/shared/nm-glib-aux/nm-dbus-aux.h
index b6436855cc..65d497579a 100644
--- a/shared/nm-glib-aux/nm-dbus-aux.h
+++ b/shared/nm-glib-aux/nm-dbus-aux.h
@@ -97,10 +97,10 @@ nm_dbus_connection_signal_subscribe_properties_changed(GDBusConnection * dbus_
nm_assert(bus_name);
/* it seems that using a non-unique name causes problems that we get signals
- * also from unrelated senders. Usually, you are anyway monitoring the name-owner,
- * so you should have the unique name at hand.
- *
- * If not, investigate this, ensure that it works, and lift this restriction. */
+ * also from unrelated senders. Usually, you are anyway monitoring the name-owner,
+ * so you should have the unique name at hand.
+ *
+ * If not, investigate this, ensure that it works, and lift this restriction. */
nm_assert(g_dbus_is_unique_name(bus_name));
return g_dbus_connection_signal_subscribe(dbus_connection,