[llvm] r185506 - Add a space between type and variable name. No functional change.

Craig Topper craig.topper at gmail.com
Tue Jul 2 21:27:31 PDT 2013


Author: ctopper
Date: Tue Jul  2 23:27:31 2013
New Revision: 185506

URL: http://llvm.org/viewvc/llvm-project?rev=185506&view=rev
Log:
Add a space between type and variable name. No functional change.

Modified:
    llvm/trunk/include/llvm/CodeGen/LexicalScopes.h

Modified: llvm/trunk/include/llvm/CodeGen/LexicalScopes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LexicalScopes.h?rev=185506&r1=185505&r2=185506&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LexicalScopes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LexicalScopes.h Tue Jul  2 23:27:31 2013
@@ -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.
   ///





More information about the llvm-commits mailing list