From a51159f4e84fa97990d6ea134176e0d5eb8b4814 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Fri, 12 Jul 2024 11:32:51 +0200 Subject: [PATCH] dhcp: fix indentation Fixes: bc5d76ca8207 ('core/dhcp: adjust client plugin priority') --- src/core/dhcp/nm-dhcp-listener.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/dhcp/nm-dhcp-listener.c b/src/core/dhcp/nm-dhcp-listener.c index 1ae4ad02c6..05e428f808 100644 --- a/src/core/dhcp/nm-dhcp-listener.c +++ b/src/core/dhcp/nm-dhcp-listener.c @@ -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