Trailing whitespace.

llvm-svn: 110679
This commit is contained in:
Mikhail Glushenkov 2010-08-10 14:49:24 +00:00
parent 7058c265f5
commit fc838009d6
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
#include <vector>
namespace llvm {
/// cl Namespace - This namespace contains all of the command line option
/// processing machinery. It is intentionally a short name to make qualified
/// usage concise.
@ -788,7 +788,7 @@ public:
DataType &getValue() { check(); return *Location; }
const DataType &getValue() const { check(); return *Location; }
operator DataType() const { return this->getValue(); }
};