summaryrefslogtreecommitdiff
path: root/libnm-core/nm-keyfile-utils.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-core/nm-keyfile-utils.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-core/nm-keyfile-utils.h')
-rw-r--r--libnm-core/nm-keyfile-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/nm-keyfile-utils.h b/libnm-core/nm-keyfile-utils.h
index faa027db3f..e7d803ce1e 100644
--- a/libnm-core/nm-keyfile-utils.h
+++ b/libnm-core/nm-keyfile-utils.h
@@ -29,7 +29,7 @@ const char *nm_keyfile_plugin_get_alias_for_setting_name (const char *setting_na
const char *nm_keyfile_plugin_get_setting_name_for_alias (const char *alias);
-/*********************************************************/
+/*****************************************************************************/
/* List helpers */
#define DEFINE_KF_LIST_WRAPPER_PROTO(stype, get_ctype, set_ctype) \