From c5530797c29ca7bc9074d03ba3836b31152f79d5 Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Wed, 28 Jun 2023 16:00:56 +0800 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 9ef172f51c..6c46d1d89f 100644 --- a/src/core/devices/nm-device.c +++ b/src/core/devices/nm-device.c @@ -12651,7 +12651,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,