]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/listbox.cpp
Setting eol-style property to CRLF for some project files.
[wxWidgets.git] / src / os2 / listbox.cpp
index 51af18eca30ae32165dc9794b84ed64b2ac94e76..2c636032e0a28da4160372f0cce9c5f0e64fa28a 100644 (file)
@@ -305,7 +305,7 @@ int wxListBox::DoInsertItems(const wxArrayStringsAdapter & items,
         {
             wxOwnerDrawn*               pNewItem = CreateItem(n); // dummy argument
             wxScreenDC                  vDc; // FIXME: is it really needed here?
-    
+
             pNewItem->SetName(items[i]);
             m_aItems.Insert(pNewItem, n);
             pNewItem->SetFont(GetFont());