ifupdown/trivial: whitespace fixup
This commit is contained in:
@@ -210,7 +210,7 @@ string_to_gpointerint(const gchar* data)
|
|||||||
gint result = (gint) strtol (data, NULL, 10);
|
gint result = (gint) strtol (data, NULL, 10);
|
||||||
return GINT_TO_POINTER(result);
|
return GINT_TO_POINTER(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gpointer
|
static gpointer
|
||||||
string_to_glist_of_strings(const gchar* data)
|
string_to_glist_of_strings(const gchar* data)
|
||||||
{
|
{
|
||||||
@@ -338,7 +338,7 @@ update_wireless_security_setting_from_if_block(NMConnection *connection,
|
|||||||
if(errno)
|
if(errno)
|
||||||
goto wireless_next;
|
goto wireless_next;
|
||||||
}
|
}
|
||||||
|
|
||||||
g_object_set(wireless_security_setting,
|
g_object_set(wireless_security_setting,
|
||||||
newkey, typed_property_value ? typed_property_value : property_value,
|
newkey, typed_property_value ? typed_property_value : property_value,
|
||||||
NULL);
|
NULL);
|
||||||
@@ -386,7 +386,7 @@ update_wireless_security_setting_from_if_block(NMConnection *connection,
|
|||||||
if(errno)
|
if(errno)
|
||||||
goto wpa_next;
|
goto wpa_next;
|
||||||
}
|
}
|
||||||
|
|
||||||
g_object_set(wireless_security_setting,
|
g_object_set(wireless_security_setting,
|
||||||
newkey, typed_property_value ? typed_property_value : property_value,
|
newkey, typed_property_value ? typed_property_value : property_value,
|
||||||
NULL);
|
NULL);
|
||||||
|
Reference in New Issue
Block a user