From: Reid Spencer Date: Sun, 18 Jul 2004 00:56:58 +0000 (+0000) Subject: Add a missing space to align comments. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b0104d07ee56e1d44a58b80eef153d73ed610a7a;p=oota-llvm.git Add a missing space to align comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14955 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Value.h b/include/llvm/Value.h index 1fe6902d8e6..8d709339262 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -128,7 +128,7 @@ public: GlobalVariableVal, // This is an instance of GlobalVariable ConstantVal, // This is an instance of Constant InstructionVal, // This is an instance of Instruction - ValueListVal // This is for bcreader, a special ValTy + ValueListVal // This is for bcreader, a special ValTy }; unsigned getValueType() const { return SubclassID;