test commit
authorTorok Edwin <edwintorok@gmail.com>
Mon, 31 Mar 2008 17:09:58 +0000 (17:09 +0000)
committerTorok Edwin <edwintorok@gmail.com>
Mon, 31 Mar 2008 17:09:58 +0000 (17:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48984 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Use.h

index 48384f29aced1d55e3b24297aac4e842d22a25ad..14d90cc6315001055d51e15eab29e26d891f0c97 100644 (file)
@@ -122,7 +122,7 @@ public:
   bool operator!=(const _Self &x) const {
     return !operator==(x);
   }
-  
+
   /// atEnd - return true if this iterator is equal to use_end() on the value.
   bool atEnd() const { return U == 0; }