Add a space between type and variable name. No functional change.

llvm-svn: 185506
This commit is contained in:
Craig Topper 2013-07-03 04:27:31 +00:00
parent 977e9cd9c6
commit afae1fc06c
1 changed files with 2 additions and 2 deletions

View File

@ -141,8 +141,8 @@ private:
DenseMap<const MDNode *, LexicalScope *> AbstractScopeMap;
/// AbstractScopesList - Tracks abstract scopes constructed while processing
/// a function.
SmallVector<LexicalScope *, 4>AbstractScopesList;
/// a function.
SmallVector<LexicalScope *, 4> AbstractScopesList;
/// CurrentFnLexicalScope - Top level scope for the current function.
///