about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLokathor <zefria@gmail.com>2022-07-14 00:03:59 -0600
committerGitHub <noreply@github.com>2022-07-14 00:03:59 -0600
commit26e07879be269ba2f1b5f05fd34e45e4fcaf16b5 (patch)
treebdaaab6f006f435b18e7ec1343812becbdd39dd6
parent0e78c73b7403a9037838dc1ac2544725fc038003 (diff)
downloadrust-26e07879be269ba2f1b5f05fd34e45e4fcaf16b5.tar.gz
rust-26e07879be269ba2f1b5f05fd34e45e4fcaf16b5.zip
tidy demands this whitespace go away
-rw-r--r--compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs b/compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs
index 8415ab0acf2..11e89a84b74 100644
--- a/compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs
+++ b/compiler/rustc_target/src/spec/thumbv4t_none_eabi.rs
@@ -46,7 +46,7 @@ pub fn target() -> Target {
 
             // minimum extra features, these cannot be disabled via -C
             features: "+soft-float,+strict-align".into(),
-            
+
             panic_strategy: PanicStrategy::Abort,
             relocation_model: RelocModel::Static,
             // suggested from thumb_base, rust-lang/rust#44993.