3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-01-20 17:54:05 +01:00

knownnetworks: fix style issue, use tabs

This commit is contained in:
James Prestwood 2019-08-12 10:56:54 -07:00 committed by Denis Kenzior
parent 5a96c11664
commit 04b786ed2c

View File

@ -470,8 +470,8 @@ static void known_network_removed(struct network_info *network)
} }
static void known_networks_watch_cb(const char *filename, static void known_networks_watch_cb(const char *filename,
enum l_dir_watch_event event, enum l_dir_watch_event event,
void *user_data) void *user_data)
{ {
const char *ssid; const char *ssid;
L_AUTO_FREE_VAR(char *, full_path) = NULL; L_AUTO_FREE_VAR(char *, full_path) = NULL;