comparison 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
comparison
equal deleted inserted replaced
305:4617ef5e06f1 308:ab4515606277
52 52
53 // Mac OS-X and Linux automatically load the correct drivers. On 53 // Mac OS-X and Linux automatically load the correct drivers. On
54 // Windows, even though the driver is supplied by Microsoft, an 54 // Windows, even though the driver is supplied by Microsoft, an
55 // INF file is needed to load the driver. These numbers need to 55 // INF file is needed to load the driver. These numbers need to
56 // match the INF file. 56 // match the INF file.
57 #define VENDOR_ID @VENDOR_ID@ 57 #define VENDOR_ID @VENDOR_ID@
58 #define PRODUCT_ID @PRODUCT_ID@ 58 #define PRODUCT_ID @PRODUCT_ID@
59 59
60 #endif 60 #endif
61 61