summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-08-26 17:43:22 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-08-26 17:43:22 +0200
commit3dcdf373f4375986aa4547d6e51946eabd041a56 (patch)
treee791eabea646fcdc9d3c248285597ab58290310e
parent45ef24f213950cdc994e7553e466e181138f2d3b (diff)
Fix broken coding style
-rw-r--r--src/dbus-hci.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/dbus-hci.c b/src/dbus-hci.c
index 3a25abfc..9090c4c3 100644
--- a/src/dbus-hci.c
+++ b/src/dbus-hci.c
@@ -1468,10 +1468,9 @@ void hcid_dbus_conn_complete(bdaddr_t *local, uint8_t status, uint16_t handle,
device = adapter_find_device(adapter, paddr);
if (device) {
+ dev_path = device_get_path(device);
- dev_path = device_get_path(device);
-
- dbus_connection_emit_property_changed(connection,
+ dbus_connection_emit_property_changed(connection,
dev_path, DEVICE_INTERFACE,
"Connected", DBUS_TYPE_BOOLEAN,
&connected);