network: fix double whitespace

This commit is contained in:
James Prestwood 2022-01-24 11:18:02 -08:00 committed by Denis Kenzior
parent ccf571f78b
commit b2d0bb08a0
1 changed files with 1 additions and 1 deletions

View File

@ -1226,7 +1226,7 @@ static struct l_dbus_message *network_connect_psk(struct network *network,
*/
bool need_passphrase = bss_is_sae(bss);
if (!network_settings_load(network)) {
if (!network_settings_load(network)) {
network->settings = l_settings_new();
network->ask_passphrase = true;
} else if (!network->ask_passphrase)