From d6faebdc8a88ed8338dc68beefbfbae7e303f895 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 23 Aug 2006 12:46:44 +0000 Subject: One small coding style fix --- hcid/dbus-sdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hcid/dbus-sdp.c') diff --git a/hcid/dbus-sdp.c b/hcid/dbus-sdp.c index c86d5fcb..cfc4f4f2 100644 --- a/hcid/dbus-sdp.c +++ b/hcid/dbus-sdp.c @@ -884,7 +884,7 @@ static DBusHandlerResult get_uuid(DBusConnection *conn, if (sdp_get_service_classes(rec, &ls) == 0) { char tmp_str[MAX_LEN_UUID_STR]; - uuid_t *uuid = (uuid_t *)ls->data; + uuid_t *uuid = (uuid_t *) ls->data; if (sdp_uuid2strn(uuid, tmp_str, MAX_LEN_UUID_STR) != 0) error("Can't convert UUID to string!"); -- cgit