[cfe-commits] r81644 - /cfe/trunk/lib/CodeGen/CodeGenModule.h

Chris Lattner sabre at nondot.org
Sat Sep 12 15:45:21 PDT 2009


Author: lattner
Date: Sat Sep 12 17:45:21 2009
New Revision: 81644

URL: http://llvm.org/viewvc/llvm-project?rev=81644&view=rev
Log:
whitespace fix

Modified:
    cfe/trunk/lib/CodeGen/CodeGenModule.h

Modified: cfe/trunk/lib/CodeGen/CodeGenModule.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenModule.h?rev=81644&r1=81643&r2=81644&view=diff

==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenModule.h (original)
+++ cfe/trunk/lib/CodeGen/CodeGenModule.h Sat Sep 12 17:45:21 2009
@@ -114,7 +114,7 @@
   CodeGenModule(const CodeGenModule&);  // DO NOT IMPLEMENT
   void operator=(const CodeGenModule&); // DO NOT IMPLEMENT
 
-  typedef std::vector< std::pair<llvm::Constant*, int> > CtorList;
+  typedef std::vector<std::pair<llvm::Constant*, int> > CtorList;
 
   ASTContext &Context;
   const LangOptions &Features;





More information about the cfe-commits mailing list