From: Antonio Ospite <ao2@ao2.it>
Date: Sat, 9 Jan 2016 12:32:31 +0000 (+0100)
Subject: Remove trailing spaces here and there
X-Git-Tag: v0.5~2
X-Git-Url: https://git.ao2.it/kinect-audio-setup.git/commitdiff_plain/0b5d6cfc7b37f42e8d0099724a7d43bcd78b3b20?ds=sidebyside;hp=-c

Remove trailing spaces here and there
---

0b5d6cfc7b37f42e8d0099724a7d43bcd78b3b20
diff --git a/Makefile b/Makefile
index 7675311..05c505a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 all:
-	$(MAKE) -C kinect_upload_fw 
+	$(MAKE) -C kinect_upload_fw
 
 install:
 	$(MAKE) -C kinect_upload_fw install
diff --git a/kinect_fetch_fw b/kinect_fetch_fw
index d45571d..3459dca 100755
--- a/kinect_fetch_fw
+++ b/kinect_fetch_fw
@@ -33,7 +33,7 @@ trap "exit 2" 1 2 3 15
 
 cat << EOM
 
-This script is going to download the UAC Firmware for the Microsoft 
+This script is going to download the UAC Firmware for the Microsoft
 Kinect Sensor device from the Microsoft Kinect for Windows SDK:
 http://kinectforwindows.org/
 
diff --git a/kinect_upload_fw/kinect_upload_fw.c b/kinect_upload_fw/kinect_upload_fw.c
index 5f29f71..1bd4102 100644
--- a/kinect_upload_fw/kinect_upload_fw.c
+++ b/kinect_upload_fw/kinect_upload_fw.c
@@ -306,7 +306,7 @@ int main(int argc, char *argv[]) {
 		goto out_libusb_close;
 	}
 
-	/* 
+	/*
 	 * Checking that the configuration has not changed, as suggested in
 	 * http://libusb.sourceforge.net/api-1.0/caveats.html
 	 */
diff --git a/windows/README.asciidoc b/windows/README.asciidoc
index 00ec5e4..646f309 100644
--- a/windows/README.asciidoc
+++ b/windows/README.asciidoc
@@ -40,16 +40,16 @@ Compiling kinect_upload_fw
 Using kinect_upload_fw.exe on Windows
 -------------------------------------
 
-First of all, make sure the drivers from ''libfreenect'' are installed, they are 
+First of all, make sure the drivers from ''libfreenect'' are installed, they are
 under ''platform/windows/inf''.
 
 Download the MSR Kinect SDK from:
 http://download.microsoft.com/download/8/4/C/84C9EF40-EE49-42C2-AE26-C6E30921182F/KinectSDK32.msi
 
-Explore ''KinectSDK32.msi'' using 7-zip from http://www.7-zip.org, extract the 
-''media1.cab'' file in it and extract the firmware file from ''media1.cab'', the 
+Explore ''KinectSDK32.msi'' using 7-zip from http://www.7-zip.org, extract the
+''media1.cab'' file in it and extract the firmware file from ''media1.cab'', the
 firmware file is named ''UACFirmware.*''.
 
-Put ''kinect_upload_fw.exe'', the firmware file and ''kinect_upload_fw.bat'' 
-file in the same directory and double_click on the ''kinect_upload_fw.bat'' 
+Put ''kinect_upload_fw.exe'', the firmware file and ''kinect_upload_fw.bat''
+file in the same directory and double_click on the ''kinect_upload_fw.bat''
 file.
diff --git a/windows/kinect_upload_fw.bat b/windows/kinect_upload_fw.bat
index 3757670..d388666 100644
--- a/windows/kinect_upload_fw.bat
+++ b/windows/kinect_upload_fw.bat
@@ -1,14 +1,14 @@
-REM First of all, make sure the drivers from ''libfreenect'' are installed, 
+REM First of all, make sure the drivers from ''libfreenect'' are installed,
 REM they are in ''platform/windows/inf'' in the libfreenect code base..
-REM 
+REM
 REM Download the MSR Kinect SDK from:
 REM http://download.microsoft.com/download/8/4/C/84C9EF40-EE49-42C2-AE26-C6E30921182F/KinectSDK32.msi
-REM 
-REM Explore ''KinectSDK32.msi'' using 7-zip from http://www.7-zip.org, extract the 
+REM
+REM Explore ''KinectSDK32.msi'' using 7-zip from http://www.7-zip.org, extract the
 REM ''media1.cab'' file in it and get the firmware file, named ''UACFirmware.*''
-REM 
-REM Put ''kinect_upload_fw.exe'', the firmware file and ''kinect_upload_fw.bat'' 
-REM file in the same directory and double_click on the ''kinect_upload_fw.bat'' 
+REM
+REM Put ''kinect_upload_fw.exe'', the firmware file and ''kinect_upload_fw.bat''
+REM file in the same directory and double_click on the ''kinect_upload_fw.bat''
 REM file.
 
 Set FIRMWARE="UACFirmware.C9C6E852_35A3_41DC_A57D_BDDEB43DFD04"