summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-security.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-security.c
parent9f869d17dd2d72945923dd933b372bea68768098 (diff)
More coding style fixes
Diffstat (limited to 'hcid/dbus-security.c')
-rw-r--r--hcid/dbus-security.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hcid/dbus-security.c b/hcid/dbus-security.c
index 8fd723fd..08f6f48c 100644
--- a/hcid/dbus-security.c
+++ b/hcid/dbus-security.c
@@ -229,7 +229,7 @@ static DBusHandlerResult register_agent(DBusConnection *conn,
memset(&ref, 0, sizeof(ref));
- ref.name = (char *)dbus_message_get_sender(msg);
+ ref.name = (char *) dbus_message_get_sender(msg);
ref.addr = addr;
ref.path = path;
@@ -284,7 +284,7 @@ static DBusHandlerResult unregister_agent(DBusConnection *conn,
memset(&ref, 0, sizeof(ref));
- ref.name = (char *)dbus_message_get_sender(msg);
+ ref.name = (char *) dbus_message_get_sender(msg);
ref.path = path;
ref.addr = addr;