remove extraneous space
[oota-llvm.git] / 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;
   }
 };