ifupdown/trivial: whitespace fixup

This commit is contained in:
Francesco Giudici
2016-11-24 18:27:22 +01:00
parent b029e92569
commit 5da352c5e8

View File

@@ -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);