Remove some trailing spaces
authorAntonio Ospite <ospite@studenti.unina.it>
Thu, 7 Apr 2011 10:38:26 +0000 (12:38 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Thu, 7 Apr 2011 10:38:26 +0000 (12:38 +0200)
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
kinect.c

index d58eca2..6c16413 100644 (file)
--- 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);