diff Lib/_buildvars.h @ 308:ab4515606277

Fix whitespace Use a consistent standard - Tabs in front for indenting, spaces after for anything else. This way everything stays nice and lined up while also letting users change there prefered indent level. Most of the new files from Haata where already in this format.
author Rowan Decker <Smasher816@gmail.com>
date Sun, 08 Mar 2015 18:40:01 -0700
parents 757e06368d0f
children 4f47971c45c2
line wrap: on
line diff
--- a/Lib/_buildvars.h	Sun Mar 08 17:25:13 2015 -0700
+++ b/Lib/_buildvars.h	Sun Mar 08 18:40:01 2015 -0700
@@ -54,8 +54,8 @@
 // Windows, even though the driver is supplied by Microsoft, an
 // INF file is needed to load the driver.  These numbers need to
 // match the INF file.
-#define VENDOR_ID		@VENDOR_ID@
-#define PRODUCT_ID		@PRODUCT_ID@
+#define VENDOR_ID               @VENDOR_ID@
+#define PRODUCT_ID              @PRODUCT_ID@
 
 #endif