diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2009-02-20 22:54:36 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2009-02-20 22:54:36 +0000 |
commit | 085a9ebbc705c6e7d3fd8c692ef1c46fdfb885ce (patch) | |
tree | a0f1aa02a24312fc0713dea7ff74a9953bf66198 /include/llvm/ADT/ImmutableSet.h | |
parent | fe2cce63aa26d0916fa7be32c6bf7fa8fb059ee7 (diff) | |
download | external_llvm-085a9ebbc705c6e7d3fd8c692ef1c46fdfb885ce.zip external_llvm-085a9ebbc705c6e7d3fd8c692ef1c46fdfb885ce.tar.gz external_llvm-085a9ebbc705c6e7d3fd8c692ef1c46fdfb885ce.tar.bz2 |
Removed trailing whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65197 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/ImmutableSet.h')
-rw-r--r-- | include/llvm/ADT/ImmutableSet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/ImmutableSet.h b/include/llvm/ADT/ImmutableSet.h index 2db659a..ba1262b 100644 --- a/include/llvm/ADT/ImmutableSet.h +++ b/include/llvm/ADT/ImmutableSet.h @@ -1000,7 +1000,7 @@ public: /// isEmpty - Return true if the set contains no elements. bool isEmpty() const { return !Root; } - + /// isSingleton - Return true if the set contains exactly one element. /// This method runs in constant time. bool isSingleton() const { return getHeight() == 1; } |