mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 03:50:17 +01:00
libnm/trivial: fix indentation
This commit is contained in:
parent
71a26617d8
commit
f18c673f4e
1 changed files with 2 additions and 2 deletions
|
|
@ -410,7 +410,7 @@ verify (NMSetting *setting, NMConnection *connection, GError **error)
|
|||
priv->input_key);
|
||||
g_prefix_error (error, "%s.%s: ", NM_SETTING_IP_TUNNEL_SETTING_NAME,
|
||||
NM_SETTING_IP_TUNNEL_INPUT_KEY);
|
||||
return FALSE;
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -426,7 +426,7 @@ verify (NMSetting *setting, NMConnection *connection, GError **error)
|
|||
priv->output_key);
|
||||
g_prefix_error (error, "%s.%s: ", NM_SETTING_IP_TUNNEL_SETTING_NAME,
|
||||
NM_SETTING_IP_TUNNEL_OUTPUT_KEY);
|
||||
return FALSE;
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue