aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode/WriteBytecodePass.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-08-28 17:30:49 +0000
committerChris Lattner <sabre@nondot.org>2006-08-28 17:30:49 +0000
commit20c71001a4dc91124950bbf302bd9ca5be9aa7f7 (patch)
tree55ab0372b05678a72c6b593c7ed4dbdbd1b060bf /include/llvm/Bytecode/WriteBytecodePass.h
parent16448772804d15550c435adcdbe687f4a38a9b8b (diff)
remove extraneous space
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29940 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Bytecode/WriteBytecodePass.h')
-rw-r--r--include/llvm/Bytecode/WriteBytecodePass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Bytecode/WriteBytecodePass.h b/include/llvm/Bytecode/WriteBytecodePass.h
index a102863509..198cc02629 100644
--- a/include/llvm/Bytecode/WriteBytecodePass.h
+++ b/include/llvm/Bytecode/WriteBytecodePass.h
@@ -36,7 +36,7 @@ public:
}
bool runOnModule(Module &M) {
- WriteBytecodeToFile(&M, *Out, CompressFile );
+ WriteBytecodeToFile(&M, *Out, CompressFile);
return false;
}
};