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:
@@ -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))
|
||||
|
Reference in New Issue
Block a user