diff --git a/src/cocoa/checklst.mm b/src/cocoa/checklst.mm index dbc40bc078..f3a68f99ac 100644 --- a/src/cocoa/checklst.mm +++ b/src/cocoa/checklst.mm @@ -68,4 +68,4 @@ void wxCheckListBox::Check(size_t item, bool check) { } -#endif \ No newline at end of file +#endif diff --git a/src/cocoa/listbox.mm b/src/cocoa/listbox.mm index 59e96c6d62..e17fc1cfc2 100644 --- a/src/cocoa/listbox.mm +++ b/src/cocoa/listbox.mm @@ -283,4 +283,4 @@ wxClientData* wxListBox::DoGetItemClientObject(int n) const return (wxClientData*) m_itemClientData[n]; } -#endif \ No newline at end of file +#endif