From: Antonio Ospite Date: Thu, 7 Apr 2011 10:38:26 +0000 (+0200) Subject: Remove some trailing spaces X-Git-Url: https://git.ao2.it/gspca_kinect.git/commitdiff_plain/3a445ab5c3e5844cf8ae5f1b369dc4a439c14b58 Remove some trailing spaces Signed-off-by: Antonio Ospite --- diff --git a/kinect.c b/kinect.c index d58eca2..6c16413 100644 --- a/kinect.c +++ b/kinect.c @@ -5,10 +5,10 @@ * * Based on the OpenKinect project and libfreenect * http://openkinect.org/wiki/Init_Analysis - * + * * Special thanks to Steven Toth and kernellabs.com for sponsoring a Kinect * sensor device which I tested the driver on. - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -334,7 +334,7 @@ static void sd_stopN(struct gspca_dev *gspca_dev) static void sd_pkt_scan(struct gspca_dev *gspca_dev, u8 *__data, int len) { struct sd *sd = (struct sd *) gspca_dev; - + struct pkt_hdr *hdr = (void*)__data; uint8_t *data = __data + sizeof(*hdr); int datalen = len - sizeof(*hdr);