summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-8021x.c
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 /libnm-util/nm-setting-8021x.c
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 'libnm-util/nm-setting-8021x.c')
-rw-r--r--libnm-util/nm-setting-8021x.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libnm-util/nm-setting-8021x.c b/libnm-util/nm-setting-8021x.c
index 5cb19818ed..ae7a47e664 100644
--- a/libnm-util/nm-setting-8021x.c
+++ b/libnm-util/nm-setting-8021x.c
@@ -1342,7 +1342,6 @@ nm_setting_802_1x_remove_phase2_altsubject_match (NMSetting8021x *setting, guint
g_object_notify (G_OBJECT (setting), NM_SETTING_802_1X_PHASE2_ALTSUBJECT_MATCHES);
}
-
/**
* nm_setting_802_1x_remove_phase2_altsubject_match_by_value:
* @setting: the #NMSetting8021x
@@ -2535,7 +2534,6 @@ static void need_secrets_phase2 (NMSetting8021x *self,
GPtrArray *secrets,
gboolean phase2);
-
typedef void (*EAPMethodNeedSecretsFunc) (NMSetting8021x *self,
GPtrArray *secrets,
gboolean phase2);
@@ -2601,7 +2599,6 @@ need_secrets_phase2 (NMSetting8021x *self,
}
}
-
static GPtrArray *
need_secrets (NMSetting *setting)
{