From: Alexander Wetzel Date: Fri, 10 Jan 2020 22:19:10 +0000 (+0100) Subject: IBSS RSN: Coding style cleanup X-Git-Tag: hostap_2_10~1773 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=293631f177b6477d7f2d1a595f7a2cd6facc1674;p=thirdparty%2Fhostap.git IBSS RSN: Coding style cleanup Use consistent style for pointers. Signed-off-by: Alexander Wetzel --- diff --git a/wpa_supplicant/ibss_rsn.c b/wpa_supplicant/ibss_rsn.c index d14304011..ea909a91c 100644 --- a/wpa_supplicant/ibss_rsn.c +++ b/wpa_supplicant/ibss_rsn.c @@ -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__); }