mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 21:10:08 +01:00
dhcp: fix indentation
Fixes: bc5d76ca82 ('core/dhcp: adjust client plugin priority')
This commit is contained in:
parent
3d82b9b318
commit
a51159f4e8
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@
|
|||
|
||||
const NMDhcpClientFactory *const _nm_dhcp_manager_factories[6] = {
|
||||
|
||||
/* the order here matters, as we will try the plugins in this order to find
|
||||
* the first available plugin. */
|
||||
/* the order here matters, as we will try the plugins in this order to find
|
||||
* the first available plugin. */
|
||||
|
||||
&_nm_dhcp_client_factory_internal,
|
||||
#if WITH_DHCPCANON
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue