summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-05-18 09:54:28 +0200
committerThomas Haller <thaller@redhat.com>2020-05-18 09:54:28 +0200
commit0480448e662d7ae3e441ea4295e4c3d5c254c5f0 (patch)
tree8721e0e10efe332fc742bcd5ab4c34876efc1634
parent33a67c9f157c8a59c1076242bda8e3111683bb67 (diff)
downloadNetworkManager-0480448e662d7ae3e441ea4295e4c3d5c254c5f0.tar.gz
n-dhcp4: style fix in n_dhcp4_client_probe_transition_accept()
The upstream fix also doesn't have this whitespace. Keep the sources in sync. https://github.com/nettools/n-dhcp4/commit/0be7033dd9403cf10a21333a4121934ca06c1cee
-rw-r--r--shared/n-dhcp4/src/n-dhcp4-c-probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/n-dhcp4/src/n-dhcp4-c-probe.c b/shared/n-dhcp4/src/n-dhcp4-c-probe.c
index 5e97129834..a96b1f464f 100644
--- a/shared/n-dhcp4/src/n-dhcp4-c-probe.c
+++ b/shared/n-dhcp4/src/n-dhcp4-c-probe.c
@@ -1091,7 +1091,7 @@ int n_dhcp4_client_probe_transition_accept(NDhcp4ClientProbe *probe, NDhcp4Incom
probe->state = N_DHCP4_CLIENT_PROBE_STATE_BOUND;
- n_dhcp4_client_arm_timer (probe->client);
+ n_dhcp4_client_arm_timer(probe->client);
break;