summaryrefslogtreecommitdiff
path: root/src/platform/nm-platform.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 /src/platform/nm-platform.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 'src/platform/nm-platform.h')
-rw-r--r--src/platform/nm-platform.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/platform/nm-platform.h b/src/platform/nm-platform.h
index fc6965e904..edb9328618 100644
--- a/src/platform/nm-platform.h
+++ b/src/platform/nm-platform.h
@@ -42,12 +42,12 @@
#define NM_PLATFORM_NETNS_SUPPORT_DEFAULT FALSE
-/******************************************************************/
+/*****************************************************************************/
#define NM_PLATFORM_NETNS_SUPPORT "netns-support"
#define NM_PLATFORM_REGISTER_SINGLETON "register-singleton"
-/******************************************************************/
+/*****************************************************************************/
/* workaround for older libnl version, that does not define these flags. */
#ifndef IFA_F_MANAGETEMPADDR
@@ -481,7 +481,7 @@ typedef struct {
bool multi_queue:1;
} NMPlatformTunProperties;
-/******************************************************************/
+/*****************************************************************************/
struct _NMPlatform {
GObject parent;
@@ -672,7 +672,7 @@ typedef struct {
const char *nm_platform_signal_change_type_to_string (NMPlatformSignalChangeType change_type);
-/******************************************************************/
+/*****************************************************************************/
GType nm_platform_get_type (void);
@@ -682,7 +682,7 @@ NMPlatform *nm_platform_try_get (void);
#define NM_PLATFORM_GET (nm_platform_get ())
-/******************************************************************/
+/*****************************************************************************/
/**
* nm_platform_route_scope_inv: