]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
IBSS RSN: Coding style cleanup
authorAlexander Wetzel <alexander@wetzel-home.de>
Fri, 10 Jan 2020 22:19:10 +0000 (23:19 +0100)
committerJouni Malinen <j@w1.fi>
Sun, 23 Feb 2020 11:12:28 +0000 (13:12 +0200)
Use consistent style for pointers.

Signed-off-by: Alexander Wetzel <alexander@wetzel-home.de>
wpa_supplicant/ibss_rsn.c

index d143040119cf3504139127ca645ae9d139c71736..ea909a91c80fec8de87d110982de502df8eb2f57 100644 (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__);
 }