Skip to content

Commit 9bb97d7

Browse files
z0w0brson
authored andcommitted
jit: correct formatting
1 parent ca9c7b2 commit 9bb97d7

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
@@ -175,7 +175,9 @@ mod write {
175175
llvm_err(sess, ~"Could not JIT");
176176
}
177177

178-
if sess.time_llvm_passes() { llvm::LLVMRustPrintPassTimings(); }
178+
if sess.time_llvm_passes() {
179+
llvm::LLVMRustPrintPassTimings();
180+
}
179181
return;
180182
}
181183

0 commit comments

Comments
 (0)