[llvm-commits] [llvm] r78605 - /llvm/trunk/include/llvm/Module.h

Devang Patel dpatel at apple.com
Mon Aug 10 15:20:38 PDT 2009


Author: dpatel
Date: Mon Aug 10 17:20:38 2009
New Revision: 78605

URL: http://llvm.org/viewvc/llvm-project?rev=78605&view=rev
Log:
Align comments.

Modified:
    llvm/trunk/include/llvm/Module.h

Modified: llvm/trunk/include/llvm/Module.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Module.h?rev=78605&r1=78604&r2=78605&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Module.h (original)
+++ llvm/trunk/include/llvm/Module.h Mon Aug 10 17:20:38 2009
@@ -132,7 +132,7 @@
 /// @name Member Variables
 /// @{
 private:
-  LLVMContext& Context;    ///< The LLVMContext from which types and
+  LLVMContext& Context;          ///< The LLVMContext from which types and
                                  ///< constants are allocated.
   GlobalListType GlobalList;     ///< The Global Variables in the module
   FunctionListType FunctionList; ///< The Functions in the module





More information about the llvm-commits mailing list