about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorHideki Sekine <sekineh@me.com>2018-08-08 20:19:29 +0900
committerHideki Sekine <sekineh@me.com>2018-08-08 20:19:29 +0900
commit09854b0e56385a9ecb9caf1719a2dedb1bd8f2f8 (patch)
tree31ab1e35d78fbb6521086376bb49e31176ec6b02 /src/bootstrap
parent6c526537b8ac43b4924285d5cc6b620adfc5b13d (diff)
downloadrust-09854b0e56385a9ecb9caf1719a2dedb1bd8f2f8.tar.gz
rust-09854b0e56385a9ecb9caf1719a2dedb1bd8f2f8.zip
[CI] run-make/thumb: remove a trailing space.
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs
index d38a9594d86..f762d9414cf 100644
--- a/src/bootstrap/test.rs
+++ b/src/bootstrap/test.rs
@@ -983,7 +983,7 @@ impl Step for Compiletest {
         }
 
         if builder.no_std(target) == Some(true) {
-            // for no_std run-make (e.g. thumb*), 
+            // for no_std run-make (e.g. thumb*),
             // we need a host compiler which is called by cargo.
             builder.ensure(compile::Std { compiler, target: compiler.host });
         }