glib_compat: code style

This commit is contained in:
Nguyen Anh Quynh 2016-12-27 00:13:27 +08:00
parent 520f335a2a
commit 9b809601ec
1 changed files with 1 additions and 2 deletions

View File

@ -512,8 +512,7 @@ gpointer g_hash_table_find (GHashTable *hash_table,
* See g_hash_table_find() for performance caveats for linear
* order searches in contrast to g_hash_table_lookup().
**/
void
g_hash_table_foreach (GHashTable *hash_table,
void g_hash_table_foreach (GHashTable *hash_table,
GHFunc func,
gpointer user_data)
{