diff options
author | Beniamino Galvani <bgalvani@redhat.com> | 2018-04-30 13:46:24 +0200 |
---|---|---|
committer | Beniamino Galvani <bgalvani@redhat.com> | 2018-04-30 16:24:52 +0200 |
commit | 1b5925ce881370a1aba347cea0afe61e6316e81a (patch) | |
tree | 1517885acc27984eefe835331a8de97e208c1b19 /libnm-core/nm-setting-ovs-port.c | |
parent | e09b2314b94effae147423faa38cdf49027cd545 (diff) |
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-core/nm-setting-ovs-port.c')
-rw-r--r-- | libnm-core/nm-setting-ovs-port.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libnm-core/nm-setting-ovs-port.c b/libnm-core/nm-setting-ovs-port.c index 456e3fbc3..72722b157 100644 --- a/libnm-core/nm-setting-ovs-port.c +++ b/libnm-core/nm-setting-ovs-port.c @@ -436,7 +436,6 @@ nm_setting_ovs_port_class_init (NMSettingOvsPortClass *setting_class) NM_SETTING_PARAM_INFERRABLE | G_PARAM_STATIC_STRINGS)); - /** * NMSettingOvsPort:bond-updelay: * |