Skip to content

Commit 5e6c313

Browse files
committed
mipsel_unknown_netbsd.rs: fix indentation.
1 parent 82b447a commit 5e6c313

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

compiler/rustc_target/src/spec/mipsel_unknown_netbsd.rs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ pub fn target() -> Target {
77
base.cpu = "mips32".into();
88

99
Target {
10-
llvm_target: "mipsel-unknown-netbsd".into(),
11-
pointer_width: 32,
12-
data_layout: "e-m:m-p:32:32-i8:8:32-i16:16:32-i64:64-n32-S64".into(),
13-
arch: "mips".into(),
14-
options: TargetOptions {
15-
features: "+soft-float".into(),
16-
mcount: "__mcount".into(),
17-
endian: Endian::Little,
18-
..base
19-
},
10+
llvm_target: "mipsel-unknown-netbsd".into(),
11+
pointer_width: 32,
12+
data_layout: "e-m:m-p:32:32-i8:8:32-i16:16:32-i64:64-n32-S64".into(),
13+
arch: "mips".into(),
14+
options: TargetOptions {
15+
features: "+soft-float".into(),
16+
mcount: "__mcount".into(),
17+
endian: Endian::Little,
18+
..base
19+
},
2020
}
2121
}

0 commit comments

Comments
 (0)