about summary refs log tree commit diff
path: root/src/etc/mingw-fix-include
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@gmail.com>2015-03-14 16:09:26 -0700
committerTamir Duberstein <tamird@gmail.com>2015-03-15 11:25:43 -0700
commitf5765793b650e45e8c9bc89dfc7a4dc628123cb7 (patch)
tree36adbe36349138ea5a4578d3341a74825348570e /src/etc/mingw-fix-include
parentd51047ded072b412ec18a6f78c1fb80835a477f5 (diff)
downloadrust-f5765793b650e45e8c9bc89dfc7a4dc628123cb7.tar.gz
rust-f5765793b650e45e8c9bc89dfc7a4dc628123cb7.zip
Strip trailing whitespace
Diffstat (limited to 'src/etc/mingw-fix-include')
-rw-r--r--src/etc/mingw-fix-include/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/mingw-fix-include/README.txt b/src/etc/mingw-fix-include/README.txt
index 876db17a248..e36e6abde91 100644
--- a/src/etc/mingw-fix-include/README.txt
+++ b/src/etc/mingw-fix-include/README.txt
@@ -1,6 +1,6 @@
 The purpose of these headers is to fix issues with mingw v4.0, as described in #9246.
 
-This works by adding this directory to GCC include search path before mingw system headers directories, 
+This works by adding this directory to GCC include search path before mingw system headers directories,
 so we can intercept their inclusions and add missing definitions without having to modify files in mingw/include.
 
 Once mingw fixes all 3 issues mentioned in #9246, this directory and all references to it from rust/mk/* may be removed.