From 88b2aefeedad096284f3b6db32c313ecfbf28278 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 18 Sep 2018 17:06:07 -0500 Subject: [PATCH] wiphy: Add missing blank --- src/wiphy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wiphy.c b/src/wiphy.c index 021035ad..c815850c 100644 --- a/src/wiphy.c +++ b/src/wiphy.c @@ -90,6 +90,7 @@ enum ie_rsn_cipher_suite wiphy_select_cipher(struct wiphy *wiphy, uint16_t mask) return 0; } + static void wiphy_free(void *data) { struct wiphy *wiphy = data;