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/nm-device.c | |
parent | e09b2314b94effae147423faa38cdf49027cd545 (diff) | |
download | NetworkManager-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/nm-device.c')
-rw-r--r-- | libnm/nm-device.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libnm/nm-device.c b/libnm/nm-device.c index 9bb8f3912b..229d602849 100644 --- a/libnm/nm-device.c +++ b/libnm/nm-device.c @@ -1940,7 +1940,6 @@ nm_device_reapply (NMDevice *device, if (!dict) dict = g_variant_new_array (G_VARIANT_TYPE ("{sa{sv}}"), NULL, 0); - ret = nmdbus_device_call_reapply_sync (NM_DEVICE_GET_PRIVATE (device)->proxy, dict, version_id, flags, cancellable, error); if (error && *error) |