Skip to content

Commit ec470b2

Browse files
committed
remove whitespace
1 parent e9c7ecf commit ec470b2

File tree

2 files changed

+2
-2
lines changed
  • src/tools/run-make-support/src
  • tests/run-make/pgo-branch-weights

2 files changed

+2
-2
lines changed

src/tools/run-make-support/src/run.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pub fn stdin_command<P>(command: &str, stdin: P, argument: P)
5555
.arg(argument)
5656
.spawn()
5757
.unwrap();
58-
58+
5959
let mut child_stdin = child.stdin.take().unwrap();
6060
child_stdin.write_all(reader.bytes().collect::<Vec<_>>().as_slice()).unwrap();
6161
child_stdin.flush().unwrap();

tests/run-make/pgo-branch-weights/rmake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fn main() {
2222
// problem.
2323
let link_args = (cfg!(target_os = "linux") && target().contains("x86"))
2424
.then_some("-Clink-args=-fuse-ld=gold");
25-
25+
2626
let path_prof_data_dir = tmp_dir().join("prof_data_dir");
2727
let path_merged_profdata = path_prof_data_dir.join("merged.profdata");
2828
let invoc = rustc().input("opaque.rs");

0 commit comments

Comments
 (0)