summary refs log tree commit diff
path: root/src/core/nm-keep-alive.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nm-keep-alive.h')
-rw-r--r--src/core/nm-keep-alive.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/nm-keep-alive.h b/src/core/nm-keep-alive.h
index 2c2b4faa..7737c17a 100644
--- a/src/core/nm-keep-alive.h
+++ b/src/core/nm-keep-alive.h
@@ -29,12 +29,12 @@ void nm_keep_alive_disarm(NMKeepAlive *self);
 
 void nm_keep_alive_destroy(NMKeepAlive *self);
 
-void nm_keep_alive_set_settings_connection_watch_visible(NMKeepAlive *         self,
+void nm_keep_alive_set_settings_connection_watch_visible(NMKeepAlive          *self,
                                                          NMSettingsConnection *connection);
 
-void nm_keep_alive_set_dbus_client_watch(NMKeepAlive *    self,
+void nm_keep_alive_set_dbus_client_watch(NMKeepAlive     *self,
                                          GDBusConnection *connection,
-                                         const char *     client_address);
+                                         const char      *client_address);
 
 gpointer /* GObject * */ nm_keep_alive_get_owner(NMKeepAlive *self);