Reformat blank lines.
[oota-llvm.git] / include / llvm / ADT / SmallPtrSet.h
index 29be3ed3ba130c90aa4788264703382737f6a29c..3d98e8fac43b61a36d965cca0509cbf4c3e34ef8 100644 (file)
@@ -244,7 +244,7 @@ template <typename PtrType>
 class SmallPtrSetImpl : public SmallPtrSetImplBase {
   typedef PointerLikeTypeTraits<PtrType> PtrTraits;
 
-  SmallPtrSetImpl(const SmallPtrSetImpl&) = delete;
+  SmallPtrSetImpl(const SmallPtrSetImpl &) = delete;
 
 protected:
   // Constructors that forward to the base.