From 9b809601ecabf9d0c78c0f4240e40ab450618c35 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Tue, 27 Dec 2016 00:13:27 +0800 Subject: [PATCH] glib_compat: code style --- qemu/glib_compat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qemu/glib_compat.c b/qemu/glib_compat.c index 955b2c1c..fdade9a3 100644 --- a/qemu/glib_compat.c +++ b/qemu/glib_compat.c @@ -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) {