Trailing whitespace.
authorMikhail Glushenkov <foldr@codedgers.com>
Tue, 10 Aug 2010 14:49:24 +0000 (14:49 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Tue, 10 Aug 2010 14:49:24 +0000 (14:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110679 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/CommandLine.h

index 35ec9c73aeb5898e969ce32c7e44dce170b79e43..9ae3d6af32ee8cd68868e7fb0461d12e2ff2f7a5 100644 (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(); }
 };