diff options
| author | Mikhail Glushenkov <foldr@codedgers.com> | 2010-08-10 14:49:24 +0000 |
|---|---|---|
| committer | Mikhail Glushenkov <foldr@codedgers.com> | 2010-08-10 14:49:24 +0000 |
| commit | fc838009d67934ce1e3923fdeaebc8f3d9f1fe14 (patch) | |
| tree | ae7073bee1866264d1a607b62744632ba818d0cf | |
| parent | 7058c265f56d62185e4fb27ea62b01dbb99cd50d (diff) | |
| download | bcm5719-llvm-fc838009d67934ce1e3923fdeaebc8f3d9f1fe14.tar.gz bcm5719-llvm-fc838009d67934ce1e3923fdeaebc8f3d9f1fe14.zip | |
Trailing whitespace.
llvm-svn: 110679
| -rw-r--r-- | llvm/include/llvm/Support/CommandLine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Support/CommandLine.h b/llvm/include/llvm/Support/CommandLine.h index 35ec9c73aeb..9ae3d6af32e 100644 --- a/llvm/include/llvm/Support/CommandLine.h +++ b/llvm/include/llvm/Support/CommandLine.h @@ -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(); } }; |

