Patches to make the LLVM sources more -pedantic clean. Patch provided
[oota-llvm.git] / include / llvm / Assembly / Writer.h
index 7c56f92f34ea80f496998d3016ae7dbefa775e7e..c8c09e809eb343ba104325fbc9f83411be3b8469 100644 (file)
@@ -41,7 +41,7 @@ std::ostream &WriteAsOperand(std::ostream &, const Value *, bool PrintTy = true,
                              bool PrintName = true, const Module *Context = 0);
 
 std::ostream &WriteAsOperand(std::ostream&, const Type*, bool PrintTy = true,
-                            bool PrintName = true, const Module* Context = 0);
+                             bool PrintName = true, const Module* Context = 0);
 
 } // End llvm namespace