mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 06:28:05 +02:00
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:
parent
33a67c9f15
commit
0480448e66
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue