From 5627f6720e9b1db87eb2211113d1358d1f90b8fa Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Tue, 27 Jun 2023 09:25:18 -0400 Subject: [PATCH] nm-device: Format the code by `nm-code-format.sh` Signed-off-by: Gris Ge --- src/core/devices/nm-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/devices/nm-device.c b/src/core/devices/nm-device.c index f39a47f860..064d69667b 100644 --- a/src/core/devices/nm-device.c +++ b/src/core/devices/nm-device.c @@ -12712,7 +12712,7 @@ check_and_reapply_connection(NMDevice * self, NMSettingIPConfig * s_ip4_old, *s_ip4_new; NMSettingIPConfig * s_ip6_old, *s_ip6_new; GHashTableIter iter; - NMSettingsConnection *sett_conn; + NMSettingsConnection * sett_conn; if (priv->state < NM_DEVICE_STATE_PREPARE || priv->state > NM_DEVICE_STATE_ACTIVATED) { g_set_error_literal(error,