coding-style: fix formatting

This commit is contained in:
Thomas Haller 2022-03-14 13:01:06 +01:00
parent e2fe97a25f
commit 1d6080827b
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -529,7 +529,7 @@ _connection_check_deprecated(NMConnection *c)
if (s_wsec) {
key_mgmt = nm_setting_wireless_security_get_key_mgmt(s_wsec);
if (NM_IN_STRSET(key_mgmt, "ieee8021x", "none"))
return _("WEP encryption is known to be insecure");
return _("WEP encryption is known to be insecure");
}
return NULL;