From 1d6080827b0cc4d0ad5331a55381946b7336ca86 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 14 Mar 2022 13:01:06 +0100 Subject: [PATCH] coding-style: fix formatting --- src/nmcli/connections.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nmcli/connections.c b/src/nmcli/connections.c index bb73bb4918..d61f8f7ce9 100644 --- a/src/nmcli/connections.c +++ b/src/nmcli/connections.c @@ -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;