summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2016-05-25 07:30:06 -0600
committerBrian Paul <brianp@vmware.com>2016-05-25 12:23:12 -0600
commit8c00fe39707e9b4d72805f443b23e4576ae8801c (patch)
tree5ea793d8be0b4f17c7979902a1873c6a5903cc46 /src/gallium/state_trackers/wgl
parent8c29bba242062a01e73743ca5086604a57c0efc5 (diff)
downloadexternal_mesa3d-8c00fe39707e9b4d72805f443b23e4576ae8801c.zip
external_mesa3d-8c00fe39707e9b4d72805f443b23e4576ae8801c.tar.gz
external_mesa3d-8c00fe39707e9b4d72805f443b23e4576ae8801c.tar.bz2
scons: whitespace cleanup
This text transformation was done automatically via the following shell command: $ find -name SCons\* -exec sed -i s/\\s\\+$// '{}' \; Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/gallium/state_trackers/wgl')
-rw-r--r--src/gallium/state_trackers/wgl/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/wgl/SConscript b/src/gallium/state_trackers/wgl/SConscript
index 6c604a0..a7fbb07 100644
--- a/src/gallium/state_trackers/wgl/SConscript
+++ b/src/gallium/state_trackers/wgl/SConscript
@@ -12,7 +12,7 @@ env.Append(CPPPATH = [
env.AppendUnique(CPPDEFINES = [
'_GDI32_', # prevent wgl* being declared __declspec(dllimport)
- 'BUILD_GL32', # declare gl* as __declspec(dllexport) in Mesa headers
+ 'BUILD_GL32', # declare gl* as __declspec(dllexport) in Mesa headers
'WIN32_LEAN_AND_MEAN', # http://msdn2.microsoft.com/en-us/library/6dwk3a1z.aspx
])
if not env['gles']: