mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 09:38:06 +02:00
nm-device: Format the code by nm-code-format.sh
Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
parent
6f2c7733ce
commit
7bb6de79c3
1 changed files with 1 additions and 1 deletions
|
|
@ -12750,7 +12750,7 @@ check_and_reapply_connection(NMDevice * self,
|
||||||
NMSettingIPConfig * s_ip4_old, *s_ip4_new;
|
NMSettingIPConfig * s_ip4_old, *s_ip4_new;
|
||||||
NMSettingIPConfig * s_ip6_old, *s_ip6_new;
|
NMSettingIPConfig * s_ip6_old, *s_ip6_new;
|
||||||
GHashTableIter iter;
|
GHashTableIter iter;
|
||||||
NMSettingsConnection *sett_conn;
|
NMSettingsConnection * sett_conn;
|
||||||
|
|
||||||
if (priv->state < NM_DEVICE_STATE_PREPARE || priv->state > NM_DEVICE_STATE_ACTIVATED) {
|
if (priv->state < NM_DEVICE_STATE_PREPARE || priv->state > NM_DEVICE_STATE_ACTIVATED) {
|
||||||
g_set_error_literal(error,
|
g_set_error_literal(error,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue