summaryrefslogtreecommitdiff
path: root/src/nm-types.h
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-04-30 13:46:24 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-04-30 16:24:52 +0200
commit1b5925ce881370a1aba347cea0afe61e6316e81a (patch)
tree1517885acc27984eefe835331a8de97e208c1b19 /src/nm-types.h
parente09b2314b94effae147423faa38cdf49027cd545 (diff)
downloadNetworkManager-1b5925ce881370a1aba347cea0afe61e6316e81a.tar.gz
all: remove consecutive empty lines
Normalize coding style by removing consecutive empty lines from C sources and headers. https://github.com/NetworkManager/NetworkManager/pull/108
Diffstat (limited to 'src/nm-types.h')
-rw-r--r--src/nm-types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nm-types.h b/src/nm-types.h
index e1991c2809..fb48dfef39 100644
--- a/src/nm-types.h
+++ b/src/nm-types.h
@@ -212,7 +212,6 @@ typedef enum {
NM_IP_CONFIG_MERGE_NO_DNS = (1LL << 2),
} NMIPConfigMergeFlags;
-
/**
* NMIPRouteTableSyncMode:
* @NM_IP_ROUTE_TABLE_SYNC_MODE_MAIN: only the main table is synced. For all
@@ -228,7 +227,6 @@ typedef enum {
NM_IP_ROUTE_TABLE_SYNC_MODE_ALL = 3,
} NMIPRouteTableSyncMode;
-
/* settings */
typedef struct _NMAgentManager NMAgentManager;
typedef struct _NMSecretAgent NMSecretAgent;