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
1 changed files with 2 additions and 2 deletions

View File

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