Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
[oota-llvm.git] / include / llvm / ADT / SmallString.h
index 8da99d1c125cf479ef1c683c0c04e05c56a72854..2cfb5b9f2a9d4b31b46d53b61b4654c2527ef85c 100644 (file)
@@ -77,7 +77,7 @@ public:
   void append(in_iter S, in_iter E) {
     SmallVectorImpl<char>::append(S, E);
   }
-  
+
   void append(size_t NumInputs, char Elt) {
     SmallVectorImpl<char>::append(NumInputs, Elt);
   }