Skip to content

Commit c47a075

Browse files
committed
rustllvm: Whitespace police in RustWrapper.cpp
1 parent bde44a0 commit c47a075

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/rustllvm/RustWrapper.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ enum LLVMCodeGenFileType {
4949
LLVMNullFile // Do not emit any output.
5050
};
5151

52-
extern "C" void LLVMRustWriteOutputFile(LLVMPassManagerRef PMR, LLVMModuleRef M,
53-
const char *triple, const char *path,
52+
extern "C" void LLVMRustWriteOutputFile(LLVMPassManagerRef PMR,
53+
LLVMModuleRef M,
54+
const char *triple,
55+
const char *path,
5456
LLVMCodeGenFileType FileType) {
5557

5658
// Set compilation options.

0 commit comments

Comments
 (0)