IBSS RSN: Coding style cleanup

Use consistent style for pointers.

Signed-off-by: Alexander Wetzel <alexander@wetzel-home.de>
This commit is contained in:
Alexander Wetzel 2020-01-10 23:19:10 +01:00 committed by Jouni Malinen
parent 5742d12d4a
commit 293631f177

View file

@ -200,7 +200,7 @@ static void supp_cancel_auth_timeout(void *ctx)
}
static void supp_deauthenticate(void * ctx, u16 reason_code)
static void supp_deauthenticate(void *ctx, u16 reason_code)
{
wpa_printf(MSG_DEBUG, "SUPP: %s (TODO)", __func__);
}