mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 13:50:13 +01:00
coding-style: fix formatting
This commit is contained in:
parent
e2fe97a25f
commit
1d6080827b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue