summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-08-23 12:44:49 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-08-23 12:44:49 +0000
commitebcff2a749d72573e8ed562dcfb274c81dc64311 (patch)
tree3c26817cab61e6e8ca1e9b1a71b1dc4d1a7b1561 /hcid/dbus.c
parent9f869d17dd2d72945923dd933b372bea68768098 (diff)
More coding style fixes
Diffstat (limited to 'hcid/dbus.c')
-rw-r--r--hcid/dbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus.c b/hcid/dbus.c
index 29a81cef..cc541825 100644
--- a/hcid/dbus.c
+++ b/hcid/dbus.c
@@ -1803,7 +1803,7 @@ void hcid_dbus_setname_complete(bdaddr_t *local)
int dd = -1;
read_local_name_rp rp;
struct hci_request rq;
- const char *pname = (char*) rp.name;
+ const char *pname = (char *) rp.name;
char name[249];
baswap(&tmp, local); local_addr = batostr(&tmp);