From 7eb0eeab689e0a9f6314b65b02ed19893a0fb365 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Mon, 19 Nov 2012 16:02:46 +0100 Subject: [PATCH] device: Fix minor whitespace issues --- src/device.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/device.c b/src/device.c index 44e58ac93..4b5363f3b 100644 --- a/src/device.c +++ b/src/device.c @@ -191,7 +191,7 @@ struct btd_device { gint ref; - GIOChannel *att_io; + GIOChannel *att_io; guint cleanup_id; guint store_id; }; @@ -1506,7 +1506,6 @@ static const GDBusSignalTable device_signals[] = { { } }; - static const GDBusPropertyTable device_properties[] = { { "Address", "s", dev_property_get_address }, { "Name", "s", dev_property_get_name, NULL, dev_property_exists_name }, @@ -4037,4 +4036,3 @@ void device_set_pnpid(struct btd_device *device, uint8_t vendor_id_src, device_set_product(device, product_id); device_set_version(device, product_ver); } - -- 2.47.3