Extend StringRef's edit-distance algorithm to permit an upper bound on the allowed...
[oota-llvm.git] / include / llvm / ADT / OwningPtr.h
index cc53c8c30c1216c8bdaad394ab6a147c989117a0..6d9c30597789365a6fd539b4c2ab3c2eb2d3e14a 100644 (file)
@@ -128,7 +128,6 @@ inline void swap(OwningArrayPtr<T> &a, OwningArrayPtr<T> &b) {
   a.swap(b);
 }
 
-
 } // end namespace llvm
 
 #endif