aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/SmallVector.h
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-11-26 04:16:08 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-11-26 04:16:08 +0000
commit326990f1eb7ff005adabe46a1f982eff8835813e (patch)
tree138b1146e924a7ab49e6998bfaf81e3297ac0f77 /include/llvm/ADT/SmallVector.h
parent706da9d8ca207c93d38855ffd96cf9722996d706 (diff)
downloadexternal_llvm-326990f1eb7ff005adabe46a1f982eff8835813e.tar.gz
external_llvm-326990f1eb7ff005adabe46a1f982eff8835813e.tar.bz2
external_llvm-326990f1eb7ff005adabe46a1f982eff8835813e.zip
Fix Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120166 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/SmallVector.h')
-rw-r--r--include/llvm/ADT/SmallVector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/SmallVector.h b/include/llvm/ADT/SmallVector.h
index 10ae049ff9..1c7a73f764 100644
--- a/include/llvm/ADT/SmallVector.h
+++ b/include/llvm/ADT/SmallVector.h
@@ -263,7 +263,7 @@ public:
template <typename T>
class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> {
typedef SmallVectorTemplateBase<T, isPodLike<T>::value > SuperClass;
-
+
SmallVectorImpl(const SmallVectorImpl&); // DISABLED.
public:
typedef typename SuperClass::iterator iterator;