mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 20:30:08 +01:00
ifupdown/trivial: whitespace fixup
This commit is contained in:
parent
b029e92569
commit
5da352c5e8
1 changed files with 3 additions and 3 deletions
|
|
@ -210,7 +210,7 @@ string_to_gpointerint(const gchar* data)
|
|||
gint result = (gint) strtol (data, NULL, 10);
|
||||
return GINT_TO_POINTER(result);
|
||||
}
|
||||
|
||||
|
||||
static gpointer
|
||||
string_to_glist_of_strings(const gchar* data)
|
||||
{
|
||||
|
|
@ -338,7 +338,7 @@ update_wireless_security_setting_from_if_block(NMConnection *connection,
|
|||
if(errno)
|
||||
goto wireless_next;
|
||||
}
|
||||
|
||||
|
||||
g_object_set(wireless_security_setting,
|
||||
newkey, typed_property_value ? typed_property_value : property_value,
|
||||
NULL);
|
||||
|
|
@ -386,7 +386,7 @@ update_wireless_security_setting_from_if_block(NMConnection *connection,
|
|||
if(errno)
|
||||
goto wpa_next;
|
||||
}
|
||||
|
||||
|
||||
g_object_set(wireless_security_setting,
|
||||
newkey, typed_property_value ? typed_property_value : property_value,
|
||||
NULL);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue