Skip to content

Commit

Permalink
rustllvm: Whitespace police in RustWrapper.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
pcwalton committed May 5, 2011
1 parent bde44a0 commit c47a075
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/rustllvm/RustWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ enum LLVMCodeGenFileType {
LLVMNullFile // Do not emit any output.
};

extern "C" void LLVMRustWriteOutputFile(LLVMPassManagerRef PMR, LLVMModuleRef M,
const char *triple, const char *path,
extern "C" void LLVMRustWriteOutputFile(LLVMPassManagerRef PMR,
LLVMModuleRef M,
const char *triple,
const char *path,
LLVMCodeGenFileType FileType) {

// Set compilation options.
Expand Down

0 comments on commit c47a075

Please sign in to comment.