Align comments.
authorDevang Patel <dpatel@apple.com>
Mon, 10 Aug 2009 22:20:38 +0000 (22:20 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 10 Aug 2009 22:20:38 +0000 (22:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78605 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Module.h

index f81656125468583985bc3c043d5131d7a1a9b198..709b122998c46b2e52e3f377b4fe8a1f778a7a49 100644 (file)
@@ -132,7 +132,7 @@ public:
 /// @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