summaryrefslogtreecommitdiff
path: root/libnm/tests/test-remote-settings-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/tests/test-remote-settings-client.c')
-rw-r--r--libnm/tests/test-remote-settings-client.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/libnm/tests/test-remote-settings-client.c b/libnm/tests/test-remote-settings-client.c
index 8f59656d75..fda943c804 100644
--- a/libnm/tests/test-remote-settings-client.c
+++ b/libnm/tests/test-remote-settings-client.c
@@ -31,7 +31,7 @@ static NMClient *client = NULL;
GDBusConnection *bus = NULL;
NMRemoteConnection *remote = NULL;
-/*******************************************************************/
+/*****************************************************************************/
static void
add_cb (GObject *s,
@@ -87,7 +87,7 @@ test_add_connection (void)
g_object_unref (connection);
}
-/*******************************************************************/
+/*****************************************************************************/
static void
set_visible_cb (GObject *proxy,
@@ -194,7 +194,7 @@ test_make_invisible (void)
g_object_unref (proxy);
}
-/*******************************************************************/
+/*****************************************************************************/
static void
vis_new_connection_cb (NMClient *foo,
@@ -271,7 +271,7 @@ test_make_visible (void)
g_object_unref (proxy);
}
-/*******************************************************************/
+/*****************************************************************************/
static void
deleted_cb (GObject *proxy,
@@ -354,7 +354,7 @@ test_remove_connection (void)
g_object_unref (proxy);
}
-/*******************************************************************/
+/*****************************************************************************/
#define TEST_ADD_REMOVE_ID "add-remove-test-connection"
@@ -413,7 +413,7 @@ test_add_remove_connection (void)
g_object_unref (connection);
}
-/*******************************************************************/
+/*****************************************************************************/
static void
add_bad_cb (GObject *s,
@@ -456,7 +456,7 @@ test_add_bad_connection (void)
g_assert (remote == NULL);
}
-/*******************************************************************/
+/*****************************************************************************/
static void
save_hostname_cb (GObject *s,
@@ -495,7 +495,7 @@ test_save_hostname (void)
g_assert (remote == NULL);
}
-/*******************************************************************/
+/*****************************************************************************/
NMTST_DEFINE ();