- // GTK has an asynchronnous API which reports
- // the supported formats one by one.
- // We may have to add X11 and Motif later.
- wxVector<wxDataFormat>::size_type n;
- for (n = 0; n < m_formats.size(); n++)
- { if (m_formats[n] == format) return true; }
+ for (wxVector<wxDataFormat>::size_type n = 0; n < m_formats.size(); n++)
+ {
+ if (m_formats[n] == format)
+ return true;
+ }
+