mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 00:40:08 +01:00
libnm/trivial: fix indentation
This commit is contained in:
parent
7443e75d22
commit
9b3b90fc7c
1 changed files with 2 additions and 2 deletions
|
|
@ -766,8 +766,8 @@ verify (NMSetting *setting, NMConnection *connection, GError **error)
|
|||
|| ((!priv->speed) && (priv->duplex))) {
|
||||
|
||||
g_set_error_literal (error,
|
||||
NM_CONNECTION_ERROR,
|
||||
NM_CONNECTION_ERROR_INVALID_PROPERTY,
|
||||
NM_CONNECTION_ERROR,
|
||||
NM_CONNECTION_ERROR_INVALID_PROPERTY,
|
||||
priv->auto_negotiate ?
|
||||
_("both speed and duplex should have a valid value or both should be unset")
|
||||
: _("both speed and duplex are required for static link configuration"));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue