Trailing whitespace.

llvm-svn: 110679
This commit is contained in:
Mikhail Glushenkov 2010-08-10 14:49:24 +00:00
parent 69dd8d673c
commit ba7b4da6de

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(); }
};