OSDN Git Service

device: Fix tab misuse
authorAnderson Lizardo <anderson.lizardo@openbossa.org>
Fri, 27 Apr 2012 14:36:47 +0000 (10:36 -0400)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 10 May 2012 23:43:37 +0000 (16:43 -0700)
src/device.c

index 021b200..2a8812e 100644 (file)
@@ -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)