summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-11-08 19:01:03 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-11-08 19:01:03 +0000
commite97fc87e61233bbf6ba6782b6656b6ffd8d35eb3 (patch)
tree785cc8a42687e098b5d07c23ecc735e22c310796 /llvm
parentbb65a7f10e4d7b495fa6e61300a9336d567cccdb (diff)
downloadbcm5719-llvm-e97fc87e61233bbf6ba6782b6656b6ffd8d35eb3.tar.gz
bcm5719-llvm-e97fc87e61233bbf6ba6782b6656b6ffd8d35eb3.zip
Remove extra spaces
llvm-svn: 17629
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Bytecode/WriteBytecodePass.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Bytecode/WriteBytecodePass.h b/llvm/include/llvm/Bytecode/WriteBytecodePass.h
index 387bd0a9ba7..61a2a3841f9 100644
--- a/llvm/include/llvm/Bytecode/WriteBytecodePass.h
+++ b/llvm/include/llvm/Bytecode/WriteBytecodePass.h
@@ -28,8 +28,8 @@ class WriteBytecodePass : public ModulePass {
public:
WriteBytecodePass()
: Out(&std::cout), DeleteStream(false), CompressFile(true) {}
- WriteBytecodePass(std::ostream *o, bool DS = false, bool CF = true )
- : Out(o), DeleteStream(DS), CompressFile(CF) {}
+ WriteBytecodePass(std::ostream *o, bool DS = false, bool CF = true)
+ : Out(o), DeleteStream(DS), CompressFile(CF) {}
inline ~WriteBytecodePass() {
if (DeleteStream) delete Out;
OpenPOWER on IntegriCloud