From 7bb6de79c32609f39595d403f7d2ff09554d9532 Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Tue, 27 Jun 2023 21:14:59 +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 5053499cd4..958abb5202 100644 --- a/src/core/devices/nm-device.c +++ b/src/core/devices/nm-device.c @@ -12750,7 +12750,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,