Skip to content

Commit 8ab7d74

Browse files
committed
Replace tabs with 4 spaces
1 parent f601168 commit 8ab7d74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -493,10 +493,10 @@ impl Config {
493493
}
494494
Some(ref g) if g.contains("Visual Studio") => {
495495
parallel_args.push(format!("/m:{}", s));
496-
}
497-
Some(ref g) if g.contains("NMake") => {
498-
// NMake creates `Makefile`s, but doesn't understand `-jN`.
499-
}
496+
}
497+
Some(ref g) if g.contains("NMake") => {
498+
// NMake creates `Makefile`s, but doesn't understand `-jN`.
499+
}
500500
_ if fs::metadata(&dst.join("build/Makefile")).is_ok() => {
501501
match env::var_os("CARGO_MAKEFLAGS") {
502502
// Only do this on non-windows and non-bsd

0 commit comments

Comments
 (0)