wpa_supplicant: Fix formatting of file esp_wpa3.c

Replace tabs with spaces in esp_wpa3.c.
This commit is contained in:
Nachiket Kukade 2020-05-09 16:37:19 +05:30
parent e9d4659175
commit c973bea7d1

View file

@ -192,8 +192,7 @@ static int wpa3_parse_sae_msg(u8 *buf, u32 len, u32 sae_msg_type, u16 status)
ret = wpa3_parse_sae_confirm(buf, len);
break;
default:
wpa_printf(MSG_ERROR, "wpa3: Invalid SAE msg type(%d)!",
sae_msg_type);
wpa_printf(MSG_ERROR, "wpa3: Invalid SAE msg type(%d)!", sae_msg_type);
ret = ESP_FAIL;
break;
}