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);
G_GNUC_INTERNAL
GvdbTable * gvdb_table_new_from_data (const void *data,
gsize data_len,
gsize data_len,
gboolean trusted,
gpointer user_data,
GvdbRefFunc ref,
GDestroyNotify unref,
GError **error);
gpointer user_data,
GvdbRefFunc ref,
GDestroyNotify unref,
GError **error);
G_GNUC_INTERNAL
GvdbTable * gvdb_table_ref (GvdbTable *table);
G_GNUC_INTERNAL