Diff between c189fddf7c2ef41413cc20e3f5827b14c287d019 and 7eb0eeab689e0a9f6314b65b02ed19893a0fb365

Changed Files

File Additions Deletions Status
src/device.c +1 -3 modified

Full Patch

diff --git a/src/device.c b/src/device.c
index 44e58ac..4b5363f 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);
 }
-