trivial: spacing cleanups

This commit is contained in:
Dan Williams 2011-02-09 16:28:57 -06:00
parent aafe74ee34
commit be628d9f9b

View file

@ -89,6 +89,8 @@ NMConnection *nm_connection_new_from_hash (GHashTable *hash, GError **error);
NMConnection *nm_connection_duplicate (NMConnection *connection);
NMSetting *nm_connection_create_setting (const char *name);
void nm_connection_add_setting (NMConnection *connection,
NMSetting *setting);
@ -135,8 +137,6 @@ GHashTable *nm_connection_to_hash (NMConnection *connection,
void nm_connection_dump (NMConnection *connection);
NMSetting *nm_connection_create_setting (const char *name);
GType nm_connection_lookup_setting_type (const char *name);
GType nm_connection_lookup_setting_type_by_quark (GQuark error_quark);