Cleaning up whitespace in adb sources. Nothing more, nothing less.
diff --git a/usb_windows.c b/usb_windows.c
index 7ddaa0c..0951f67 100644
--- a/usb_windows.c
+++ b/usb_windows.c
@@ -446,7 +446,7 @@
 }
 
 void find_devices() {
-	usb_handle* handle = NULL;
+        usb_handle* handle = NULL;
   char entry_buffer[2048];
   char interf_name[2048];
   AdbInterfaceInfo* next_interface = (AdbInterfaceInfo*)(&entry_buffer[0]);