mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-02 08:27:59 +02:00
src/nm-device-802-11-wireless.c: missing space.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1451 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
fbf6364af5
commit
c23f1b14de
1 changed files with 1 additions and 1 deletions
|
|
@ -2207,7 +2207,7 @@ supplicant_status_cb (GIOChannel *source,
|
|||
static int
|
||||
get_supplicant_timeout (NMDevice80211Wireless *self)
|
||||
{
|
||||
if(self->priv->num_freqs > 14)
|
||||
if (self->priv->num_freqs > 14)
|
||||
return NM_SUPPLICANT_TIMEOUT * 2;
|
||||
return NM_SUPPLICANT_TIMEOUT;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue