dhcp: fix indentation

Fixes: bc5d76ca82 ('core/dhcp: adjust client plugin priority')
This commit is contained in:
Beniamino Galvani
2024-07-12 11:32:51 +02:00
parent 3d82b9b318
commit a51159f4e8

View File

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