all: unify spelling of "fall-through" comment for switch statements

We used "/* fall through */" and "/* fall-through */" inconsistently.
Rename to use only one variant.
This commit is contained in:
Thomas Haller
2020-02-21 12:56:03 +01:00
parent 95891e78e7
commit ffa098edae
10 changed files with 20 additions and 20 deletions

View File

@@ -1178,7 +1178,7 @@ nm_utils_security_valid (NMUtilsSecurityType type,
case NMU_SEC_LEAP: /* require PRIVACY bit for LEAP? */
if (adhoc)
return FALSE;
/* fall through */
/* fall-through */
case NMU_SEC_STATIC_WEP:
if (!have_ap) {
if (wifi_caps & (NM_WIFI_DEVICE_CAP_CIPHER_WEP40 | NM_WIFI_DEVICE_CAP_CIPHER_WEP104))