diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-09-12 22:45:21 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-09-12 22:45:21 +0000 | 
| commit | ee7bd3b204810a56d5dcc6a8bfeab439454fe39a (patch) | |
| tree | 36d607dc1ec6ad7057fa3b844cda6459cb3e4ac4 | |
| parent | 648c836f6cd9a38e8f64070e11c856abd023694a (diff) | |
| download | bcm5719-llvm-ee7bd3b204810a56d5dcc6a8bfeab439454fe39a.tar.gz bcm5719-llvm-ee7bd3b204810a56d5dcc6a8bfeab439454fe39a.zip  | |
whitespace fix
llvm-svn: 81644
| -rw-r--r-- | clang/lib/CodeGen/CodeGenModule.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h index fa32aaf7ef7..f115feba4fd 100644 --- a/clang/lib/CodeGen/CodeGenModule.h +++ b/clang/lib/CodeGen/CodeGenModule.h @@ -114,7 +114,7 @@ class CodeGenModule : public BlockModule {    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;  | 

