From 2f967651fb161d6900db70ef644fb7f75e05e8c1 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 21 Jun 2010 22:53:05 -0500 Subject: [PATCH] hfp: Fix style issues --- plugins/hfp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/hfp.c b/plugins/hfp.c index 137e9488..b6cd415d 100644 --- a/plugins/hfp.c +++ b/plugins/hfp.c @@ -440,7 +440,8 @@ free: return -ENOMEM; } -static gboolean hfp_remove_each_modem(gpointer key, gpointer value, gpointer user_data) +static gboolean hfp_remove_each_modem(gpointer key, gpointer value, + gpointer user_data) { struct ofono_modem *modem = value;