Add a space between type and variable name. No functional change.
authorCraig Topper <craig.topper@gmail.com>
Wed, 3 Jul 2013 04:27:31 +0000 (04:27 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 3 Jul 2013 04:27:31 +0000 (04:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185506 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/LexicalScopes.h

index ff65db4ee4ce910298a44ae11f6b0044c14f0fba..72491d310cebde6f65b97ef3269aa83e326b28a0 100644 (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.
   ///