OSDN Git Service

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

index 6345f52..5dd9293 100644 (file)
@@ -104,8 +104,8 @@ static void read_pnpid_cb(guint8 status, const guint8 *pdu, guint16 len,
                return;
        }
 
-       device_set_pnpid(ch->d->dev,value[0],att_get_u16(&value[1]),
-                               att_get_u16(&value[3]), att_get_u16(&value[5]));
+       device_set_pnpid(ch->d->dev, value[0], att_get_u16(&value[1]),
+                               att_get_u16(&value[3]), att_get_u16(&value[5]));
 }
 
 static void process_deviceinfo_char(struct characteristic *ch)