mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-03 16:05:47 +00:00
glib_compat: code style
This commit is contained in:
parent
520f335a2a
commit
9b809601ec
|
@ -512,8 +512,7 @@ gpointer g_hash_table_find (GHashTable *hash_table,
|
||||||
* See g_hash_table_find() for performance caveats for linear
|
* See g_hash_table_find() for performance caveats for linear
|
||||||
* order searches in contrast to g_hash_table_lookup().
|
* order searches in contrast to g_hash_table_lookup().
|
||||||
**/
|
**/
|
||||||
void
|
void g_hash_table_foreach (GHashTable *hash_table,
|
||||||
g_hash_table_foreach (GHashTable *hash_table,
|
|
||||||
GHFunc func,
|
GHFunc func,
|
||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue