Skip to content

Commit a02ab41

Browse files
z0w0brson
authored andcommitted
jit: correct formatting
1 parent 6723a5a commit a02ab41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/rustc/back/link.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ mod write {
181181
llvm_err(sess, ~"Could not JIT");
182182
}
183183

184-
if sess.time_llvm_passes() { llvm::LLVMRustPrintPassTimings(); }
184+
if sess.time_llvm_passes() {
185+
llvm::LLVMRustPrintPassTimings();
186+
}
185187
return;
186188
}
187189

0 commit comments

Comments
 (0)