summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-02-15 13:18:47 -0600
committerDenis Kenzior <denkenz@gmail.com>2011-02-15 13:18:47 -0600
commit19aac08e32238048ae6ee3e677c21778751a74b2 (patch)
tree86ca7cb4cc3c59676f5086381d14fbdb4c5d80e7 /plugins
parente0c1c1557e8a331e58fc6e8d2aa7367d9a2df346 (diff)
downloadofono-19aac08e32238048ae6ee3e677c21778751a74b2.tar.bz2
bluetooth: style issues
Diffstat (limited to 'plugins')
-rw-r--r--plugins/bluetooth.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c
index 8443f90d..a2ea8472 100644
--- a/plugins/bluetooth.c
+++ b/plugins/bluetooth.c
@@ -220,7 +220,7 @@ void bluetooth_parse_properties(DBusMessage *reply, const char *property, ...)
}
done:
- g_slist_foreach(prop_handlers, (GFunc)g_free, NULL);
+ g_slist_foreach(prop_handlers, (GFunc) g_free, NULL);
g_slist_free(prop_handlers);
}
@@ -744,7 +744,7 @@ static void find_adapter_cb(DBusPendingCall *call, gpointer user_data)
adapter_any_path = g_strdup(path);
- g_slist_foreach(server_list, (GFunc)add_record, NULL);
+ g_slist_foreach(server_list, (GFunc) add_record, NULL);
done:
dbus_message_unref(reply);
@@ -880,7 +880,7 @@ struct server *bluetooth_register_server(guint8 channel, const char *sdp_record,
server_list = g_slist_prepend(server_list, server);
- if(adapter_any_path != NULL)
+ if (adapter_any_path != NULL)
add_record(server, NULL);
return server;