mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 07:40:28 +01:00
libnm-core: (trivial) fix white spaces in proxy setting
This commit is contained in:
parent
daf935fb1b
commit
e2c4d4d2c9
1 changed files with 3 additions and 3 deletions
|
|
@ -323,9 +323,9 @@ nm_setting_proxy_class_init (NMSettingProxyClass *setting_class)
|
|||
g_object_class_install_property
|
||||
(object_class, PROP_BROWSER_ONLY,
|
||||
g_param_spec_boolean (NM_SETTING_PROXY_BROWSER_ONLY, "", "",
|
||||
FALSE,
|
||||
G_PARAM_READWRITE |
|
||||
G_PARAM_STATIC_STRINGS));
|
||||
FALSE,
|
||||
G_PARAM_READWRITE |
|
||||
G_PARAM_STATIC_STRINGS));
|
||||
|
||||
/**
|
||||
* NMSettingProxy:pac-url:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue