more whitespace fixes

This commit is contained in:
Ryan Lortie 2012-07-05 23:14:55 -04:00
parent ae3d42c60f
commit a9551ccf92

View File

@ -36,12 +36,12 @@ GvdbTable * gvdb_table_new (const g
GError **error); GError **error);
G_GNUC_INTERNAL G_GNUC_INTERNAL
GvdbTable * gvdb_table_new_from_data (const void *data, GvdbTable * gvdb_table_new_from_data (const void *data,
gsize data_len, gsize data_len,
gboolean trusted, gboolean trusted,
gpointer user_data, gpointer user_data,
GvdbRefFunc ref, GvdbRefFunc ref,
GDestroyNotify unref, GDestroyNotify unref,
GError **error); GError **error);
G_GNUC_INTERNAL G_GNUC_INTERNAL
GvdbTable * gvdb_table_ref (GvdbTable *table); GvdbTable * gvdb_table_ref (GvdbTable *table);
G_GNUC_INTERNAL G_GNUC_INTERNAL