Diff between 9d255d7650798f654fecfd26467ec23149595164 and c56078aaef466c9def956031c9e23907f7ab67c0

Changed Files

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

Full Patch

diff --git a/src/device.c b/src/device.c
index 021b200..2a8812e 100644
--- a/src/device.c
+++ b/src/device.c
@@ -1005,7 +1005,7 @@ static void device_set_vendor_src(struct btd_device *device, uint16_t value)
 	device->vendor_src = value;
 
 	emit_property_changed(conn, device->path, DEVICE_INTERFACE,
-				"VendorSource",	DBUS_TYPE_UINT16, &value);
+				"VendorSource", DBUS_TYPE_UINT16, &value);
 }
 
 static void device_set_product(struct btd_device *device, uint16_t value)