summaryrefslogtreecommitdiff
path: root/libnm/nm-vpn-editor.h
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/nm-vpn-editor.h
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/nm-vpn-editor.h')
-rw-r--r--libnm/nm-vpn-editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm/nm-vpn-editor.h b/libnm/nm-vpn-editor.h
index 2ee34525d8..d450bbd6ad 100644
--- a/libnm/nm-vpn-editor.h
+++ b/libnm/nm-vpn-editor.h
@@ -34,9 +34,9 @@
G_BEGIN_DECLS
-/**************************************************/
+/*****************************************************************************/
/* Editor interface */
-/**************************************************/
+/*****************************************************************************/
#define NM_TYPE_VPN_EDITOR (nm_vpn_editor_get_type ())
#define NM_VPN_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), NM_TYPE_VPN_EDITOR, NMVpnEditor))