remove extraneous space
authorChris Lattner <sabre@nondot.org>
Mon, 28 Aug 2006 17:30:49 +0000 (17:30 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Aug 2006 17:30:49 +0000 (17:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29940 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Bytecode/WriteBytecodePass.h

index a102863509a0d0e18fac5090df6b1bdd3c23fc6f..198cc026296507b17a1e1c28fd5a59cbe8476a58 100644 (file)
@@ -36,7 +36,7 @@ public:
   }
 
   bool runOnModule(Module &M) {
-    WriteBytecodeToFile(&M, *Out, CompressFile );
+    WriteBytecodeToFile(&M, *Out, CompressFile);
     return false;
   }
 };