From 1b5925ce881370a1aba347cea0afe61e6316e81a Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Mon, 30 Apr 2018 13:46:24 +0200 Subject: 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 --- libnm-util/nm-setting-8021x.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libnm-util/nm-setting-8021x.c') 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) { -- cgit v1.2.1