summaryrefslogtreecommitdiff
path: root/libnm-util/nm-param-spec-specialized.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2013-10-15 20:02:58 +0200
committerThomas Haller <thaller@redhat.com>2013-11-07 21:32:08 +0100
commitf059298896b738f8f511236b26a52a56d883e827 (patch)
tree7c944e877b979b0c859c234312d22efc02211664 /libnm-util/nm-param-spec-specialized.c
parent10bd060076befc4b711125a19831d323f9ea8595 (diff)
downloadNetworkManager-f059298896b738f8f511236b26a52a56d883e827.tar.gz
trivial: whitespace fix
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'libnm-util/nm-param-spec-specialized.c')
-rw-r--r--libnm-util/nm-param-spec-specialized.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-util/nm-param-spec-specialized.c b/libnm-util/nm-param-spec-specialized.c
index 9f64df335a..beb19aece4 100644
--- a/libnm-util/nm-param-spec-specialized.c
+++ b/libnm-util/nm-param-spec-specialized.c
@@ -345,7 +345,7 @@ _gvalues_compare_map (const GValue *value1, const GValue *value2)
}
hash1 = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, _gvalue_destroy);
- dbus_g_type_map_value_iterate (value1, iterate_map, &hash1);
+ dbus_g_type_map_value_iterate (value1, iterate_map, &hash1);
len1 = g_hash_table_size (hash1);
hash2 = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, _gvalue_destroy);