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.

0be7033dd9
This commit is contained in:
Thomas Haller 2020-05-18 09:54:28 +02:00
parent 33a67c9f15
commit 0480448e66
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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;