From 3a445ab5c3e5844cf8ae5f1b369dc4a439c14b58 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Thu, 7 Apr 2011 12:38:26 +0200 Subject: [PATCH] Remove some trailing spaces Signed-off-by: Antonio Ospite --- kinect.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); -- 2.1.4