diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2019-03-11 08:14:46 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2019-03-16 10:54:38 +0100 |
| commit | 0e0488fa53ddc465139023c023957a70176f34e2 (patch) | |
| tree | 2e4639220a58d759a9fdcaeeffcdbcde3b8b3198 | |
| parent | fff2f6ab946fe360cdf893560388616268e093f3 (diff) | |
| download | rust-0e0488fa53ddc465139023c023957a70176f34e2.tar.gz rust-0e0488fa53ddc465139023c023957a70176f34e2.zip | |
Fix formatting
| -rw-r--r-- | src/bootstrap/tool.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/tool.rs b/src/bootstrap/tool.rs index c8eb0ccf227..865b1f8268c 100644 --- a/src/bootstrap/tool.rs +++ b/src/bootstrap/tool.rs @@ -699,7 +699,7 @@ impl<'a> Builder<'a> { add_lib_path(lib_paths, cmd); } -fn llvm_bin_path(&self) -> Option<PathBuf> { + fn llvm_bin_path(&self) -> Option<PathBuf> { if self.config.llvm_enabled() { let llvm_config = self.ensure(native::Llvm { target: self.config.build, |
