summaryrefslogtreecommitdiff
path: root/src/nm-policy.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 /src/nm-policy.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 'src/nm-policy.c')
-rw-r--r--src/nm-policy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nm-policy.c b/src/nm-policy.c
index 682857d3de..8c3db0d202 100644
--- a/src/nm-policy.c
+++ b/src/nm-policy.c
@@ -1446,7 +1446,7 @@ device_removed (NMManager *manager, NMDevice *device, gpointer user_data)
*/
}
-/**************************************************************************/
+/*****************************************************************************/
static void
vpn_connection_activated (NMPolicy *self, NMVpnConnection *vpn)
@@ -1595,7 +1595,7 @@ active_connection_removed (NMManager *manager,
self);
}
-/**************************************************************************/
+/*****************************************************************************/
static gboolean
schedule_activate_all_cb (gpointer user_data)