summaryrefslogtreecommitdiff
path: root/libnm-glib/tests/test-nm-client.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-10-02 18:22:50 +0200
committerThomas Haller <thaller@redhat.com>2016-10-03 12:01:15 +0200
commita83eb773cea118fb4b2b6c3bce03316f73b29b61 (patch)
tree96de75e5e61facdbd8a13b71e0afbd4e2cf1581f /libnm-glib/tests/test-nm-client.c
parent05e66d52025d7cbe8bcfafd93c31aa5a5b852566 (diff)
downloadNetworkManager-a83eb773cea118fb4b2b6c3bce03316f73b29b61.tar.gz
all: modify line separator comments to be 80 chars wide
sed 's#^/\*\{5\}\*\+/$#/*****************************************************************************/#' $(git grep -l '\*\{5\}' | grep '\.[hc]$') -i
Diffstat (limited to 'libnm-glib/tests/test-nm-client.c')
-rw-r--r--libnm-glib/tests/test-nm-client.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/libnm-glib/tests/test-nm-client.c b/libnm-glib/tests/test-nm-client.c
index 0da93c3fd3..b6b5968b3f 100644
--- a/libnm-glib/tests/test-nm-client.c
+++ b/libnm-glib/tests/test-nm-client.c
@@ -39,7 +39,7 @@
static GMainLoop *loop = NULL;
static NMTstcServiceInfo *sinfo;
-/*******************************************************************/
+/*****************************************************************************/
static gboolean
loop_quit (gpointer user_data)
@@ -93,7 +93,7 @@ add_wired_device (const char *method, const char *ifname, char **out_path)
return TRUE;
}
-/*******************************************************************/
+/*****************************************************************************/
typedef struct {
GMainLoop *loop;
@@ -197,7 +197,7 @@ test_device_added (void)
g_clear_pointer (&sinfo, nmtstc_service_cleanup);
}
-/*******************************************************************/
+/*****************************************************************************/
static const char *expected_bssid = "66:55:44:33:22:11";
@@ -420,7 +420,7 @@ test_wifi_ap_added_removed (void)
g_clear_pointer (&sinfo, nmtstc_service_cleanup);
}
-/*******************************************************************/
+/*****************************************************************************/
static const char *expected_nsp_name = "Clear";
@@ -643,7 +643,7 @@ test_wimax_nsp_added_removed (void)
g_clear_pointer (&sinfo, nmtstc_service_cleanup);
}
-/*******************************************************************/
+/*****************************************************************************/
typedef struct {
GMainLoop *loop;
@@ -873,7 +873,7 @@ test_client_manager_running (void)
g_object_unref (client2);
}
-/*******************************************************************/
+/*****************************************************************************/
static GPtrArray *
_slist_to_array (GPtrArray **connections, GSList *list)
@@ -1121,7 +1121,7 @@ test_connection_invalid (void)
#undef ASSERT_IDX
}
-/*******************************************************************/
+/*****************************************************************************/
NMTST_DEFINE ();