libnm/trivial: fix indentation

This commit is contained in:
Thomas Haller
2018-06-27 13:18:15 +02:00
parent 7443e75d22
commit 9b3b90fc7c

View File

@@ -766,8 +766,8 @@ verify (NMSetting *setting, NMConnection *connection, GError **error)
|| ((!priv->speed) && (priv->duplex))) { || ((!priv->speed) && (priv->duplex))) {
g_set_error_literal (error, g_set_error_literal (error,
NM_CONNECTION_ERROR, NM_CONNECTION_ERROR,
NM_CONNECTION_ERROR_INVALID_PROPERTY, NM_CONNECTION_ERROR_INVALID_PROPERTY,
priv->auto_negotiate ? priv->auto_negotiate ?
_("both speed and duplex should have a valid value or both should be unset") _("both speed and duplex should have a valid value or both should be unset")
: _("both speed and duplex are required for static link configuration")); : _("both speed and duplex are required for static link configuration"));